Vi flyttar från butik till nätet - så funkar det framåt
How to End a Love Story | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Yulin Kuang
- Betyg:
140
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
⭐ GOODREADS READERS' FAVOURITE DEBUT NOVEL 2024 ⭐
⭐A 2024 REESE WITHERSPOON BOOK CLUB PICK! ⭐
'One of the sexiest, smartest, funniest, and most effective novels I've read in a long time . . . I'll read anything she writes' EMILY HENRY
'Utterly compelling . . . emotional, relatable and binge-worth' TESSA BAILEY
'Absurdly delicious . . . the chemistry between Helen and Grant is pure magic, as is Yulin's gorgeous writing' CARLEY FORTUNE
'Without doubt one of my favourite romance novels of the year . . . smart, rich and emotional' BETH O'LEARY
Helen Zhang is the bestselling author who can't write her own happy-ever-after.
Grant Shepard is the screenwriter with the movie-star looks who can't afford his therapist.
When the two of them are put together to adapt Helen's books for television, it should be a dream come true. Helen can start a new life in Hollywood. Grant can pay his mortgage.
Only, Grant Shepard is the last person that Helen wanted to see again. She's never forgiven him for what happened thirteen years ago. So no one is more surprised than her when sparks begin to fly between them in the writers' room.
Their history is messy. Their attraction is inescapable. And soon, they're both in too deep . . .
This wasn't meant to be a love story.
But aren't the best endings the ones you never saw coming?
Readers LOVE How to End a Love Story!
'THIS IS MY FAVORITE ROMANCE BOOK EVER. E V E R' ⭐⭐⭐⭐⭐
'This book is incredible. This was such a gorgeous story of love and grief and all the myriad, messy ways that we express them. I laughed, I cried, I pined, I cried again, I was so so satisfied' ⭐⭐⭐⭐⭐
'Yulin Kuang is a GENIUS! Easily my new favourite romance'⭐⭐⭐⭐⭐
'I started it on a Saturday at home and when I got into it, I couldn't stop. I immediately texted friends to make sure they have this on their radar' ⭐⭐⭐⭐⭐
⭐A 2024 REESE WITHERSPOON BOOK CLUB PICK! ⭐
'One of the sexiest, smartest, funniest, and most effective novels I've read in a long time . . . I'll read anything she writes' EMILY HENRY
'Utterly compelling . . . emotional, relatable and binge-worth' TESSA BAILEY
'Absurdly delicious . . . the chemistry between Helen and Grant is pure magic, as is Yulin's gorgeous writing' CARLEY FORTUNE
'Without doubt one of my favourite romance novels of the year . . . smart, rich and emotional' BETH O'LEARY
Helen Zhang is the bestselling author who can't write her own happy-ever-after.
Grant Shepard is the screenwriter with the movie-star looks who can't afford his therapist.
When the two of them are put together to adapt Helen's books for television, it should be a dream come true. Helen can start a new life in Hollywood. Grant can pay his mortgage.
Only, Grant Shepard is the last person that Helen wanted to see again. She's never forgiven him for what happened thirteen years ago. So no one is more surprised than her when sparks begin to fly between them in the writers' room.
Their history is messy. Their attraction is inescapable. And soon, they're both in too deep . . .
This wasn't meant to be a love story.
But aren't the best endings the ones you never saw coming?
Readers LOVE How to End a Love Story!
'THIS IS MY FAVORITE ROMANCE BOOK EVER. E V E R' ⭐⭐⭐⭐⭐
'This book is incredible. This was such a gorgeous story of love and grief and all the myriad, messy ways that we express them. I laughed, I cried, I pined, I cried again, I was so so satisfied' ⭐⭐⭐⭐⭐
'Yulin Kuang is a GENIUS! Easily my new favourite romance'⭐⭐⭐⭐⭐
'I started it on a Saturday at home and when I got into it, I couldn't stop. I immediately texted friends to make sure they have this on their radar' ⭐⭐⭐⭐⭐
Om denna bok
How to End a Love Story av Yulin Kuang är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp How to End a Love Story 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:
9781399716598
Upplaga:
0
Utgiven:
2024-04-09
Förlag:
Okänt
Sidantal:
384
$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"
>