Vi flyttar från butik till nätet - så funkar det framåt
The Reunion | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Guillaume Musso
- Betyg:
142
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
***A MAIL ON SUNDAY '100 HOTTEST BOOKS OF SUMMER***
'Had me turning the pages well into the night' Harlan Coben
'Extraordinary' Sunday Times
'Breathtakingly good' Daily Mail
'Stylish... More please!' The Times
WELCOME TO A SCHOOL REUNION YOU WON'T FORGET
FRENCH RIVIERA, WINTER 1992
On a freezing night, as her high school campus is engulfed by a snowstorm, 19-year-old Vinca Rockwell runs away with Alexis, her philosophy teacher.
No one will ever see them again.
FRENCH RIVIERA, SPRING 2017
Formerly inseparable, Thomas, Maxime and Fanny - Vinca's best friends - have not spoken in twenty-five years. But when they receive an invitation to their school reunion, they know they must go back one final time.
Because there is a body buried in that school...
...and they're the ones who put it there.
'With a sun-drenched Cote d'Azur setting and a deliciously tangled plot of teenage passion, secret assignations, threats and brutal violence, this elegant thriller keeps its nerve-jangling suspense until the very last page' Daily Mail
***********************************************
THE BIGGEST #1, MEGA-BESTSELLING AUTHOR YOU'VE NEVER READ... UNTIL NOW
* THE #1 AUTHOR IN FRANCE
* A TOP 10 HIT AROUND THE WORLD
* OVER 33 MILLION COPIES OF GUILLAUME MUSSO'S NOVELS SOLD WORLDWIDE
* THE UNPUTDOWNABLE THRILLER OF THE SUMMER
'Had me turning the pages well into the night' Harlan Coben
'Extraordinary' Sunday Times
'Breathtakingly good' Daily Mail
'Stylish... More please!' The Times
WELCOME TO A SCHOOL REUNION YOU WON'T FORGET
FRENCH RIVIERA, WINTER 1992
On a freezing night, as her high school campus is engulfed by a snowstorm, 19-year-old Vinca Rockwell runs away with Alexis, her philosophy teacher.
No one will ever see them again.
FRENCH RIVIERA, SPRING 2017
Formerly inseparable, Thomas, Maxime and Fanny - Vinca's best friends - have not spoken in twenty-five years. But when they receive an invitation to their school reunion, they know they must go back one final time.
Because there is a body buried in that school...
...and they're the ones who put it there.
'With a sun-drenched Cote d'Azur setting and a deliciously tangled plot of teenage passion, secret assignations, threats and brutal violence, this elegant thriller keeps its nerve-jangling suspense until the very last page' Daily Mail
***********************************************
THE BIGGEST #1, MEGA-BESTSELLING AUTHOR YOU'VE NEVER READ... UNTIL NOW
* THE #1 AUTHOR IN FRANCE
* A TOP 10 HIT AROUND THE WORLD
* OVER 33 MILLION COPIES OF GUILLAUME MUSSO'S NOVELS SOLD WORLDWIDE
* THE UNPUTDOWNABLE THRILLER OF THE SUMMER
Om denna bok
The Reunion av Guillaume Musso är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2020 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Reunion 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:
Danskt band
Språk:
Engelska
ISBN:
9781474611220
Upplaga:
0
Utgiven:
2020-05-14
Förlag:
Orion Publishing Co
Sidantal:
320
$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"
>