Vi flyttar från butik till nätet - så funkar det framåt
UNTITLED #2 | 0:e upplagan
- Häftad, Engelska, 2023
- Författare: T. J. Newman
- Betyg:
197
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
The new novel from the author of FALLING: the blockbuster thriller and most explosive global bestseller of 2021.
'Reads like Apollo 13 - underwater...' DON WINSLOW
Praise for FALLING:
'Amazing . . . Intense suspense, shocks and scares plus chilling insider authenticity make this one very special' LEE CHILD
'FALLING is the best kind of thriller (for me as a reader anyway). Characters you care deeply about. Nonstop, totally authentic suspense' JAMES PATTERSON
'Attention, please: T. J. Newman has written the perfect thriller! GILLIAN FLYNN, #1 bestselling author of Gone Girl
'Think Speed on a passenger jet - with the cockpit dials turned up to supersonic' IAN RANKIN
'Stunning and relentless. This is Jaws at 35,000 feet' DON WINSLOW
'The best thriller I've read in years. Buckle up' ADRIAN MCKINTY
'A jet-propelled thriller that will have you in its grip from first page to last. A truly astonishing debut and an incredible work of pure suspense' STEVE CAVANAGH
'With characters you'll root for and a plot that dips and bounces like a plane hitting turbulence, this thrill ride is impossible to put down' Daily Mail
'A scorching thriller' Evening Standard
'Newman's [flight attendant] background means Falling brings a freshness and depth to the genre' The Guardian
'Gripping from the first sentence, this thriller is like no other' OK! Magazine
'A remarkable debut' The Sunday Times
'Reads like Apollo 13 - underwater...' DON WINSLOW
Praise for FALLING:
'Amazing . . . Intense suspense, shocks and scares plus chilling insider authenticity make this one very special' LEE CHILD
'FALLING is the best kind of thriller (for me as a reader anyway). Characters you care deeply about. Nonstop, totally authentic suspense' JAMES PATTERSON
'Attention, please: T. J. Newman has written the perfect thriller! GILLIAN FLYNN, #1 bestselling author of Gone Girl
'Think Speed on a passenger jet - with the cockpit dials turned up to supersonic' IAN RANKIN
'Stunning and relentless. This is Jaws at 35,000 feet' DON WINSLOW
'The best thriller I've read in years. Buckle up' ADRIAN MCKINTY
'A jet-propelled thriller that will have you in its grip from first page to last. A truly astonishing debut and an incredible work of pure suspense' STEVE CAVANAGH
'With characters you'll root for and a plot that dips and bounces like a plane hitting turbulence, this thrill ride is impossible to put down' Daily Mail
'A scorching thriller' Evening Standard
'Newman's [flight attendant] background means Falling brings a freshness and depth to the genre' The Guardian
'Gripping from the first sentence, this thriller is like no other' OK! Magazine
'A remarkable debut' The Sunday Times
Om denna bok
UNTITLED #2 av T. J. Newman är en Häftad bok med 352 sidor på Engelska. Den utgavs 2023 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp UNTITLED #2 begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9781398507678
Upplaga:
0
Utgiven:
2023-06-08
Förlag:
Simon & Schuster
Sidantal:
352
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>