Vi flyttar från butik till nätet - så funkar det framåt
Good Material | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Dolly Alderton
- Betyg:
232
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
‘Funny – of course it’s funny – but also smart, insightful and sincere about heartbreak' DAVID NICHOLLS, author of ONE DAY
'This is the greatest. You'll cry and laugh. I read it though the night. And I never, ever avoid sleep' CLAUDIA WINKLEMAN
‘I award it 13/10 on my QWJ scale (stands for Queasy With Jealousy that I didn't write it)’ MARIAN KEYES
---
Every relationship has one beginning.
This one has two endings.
Andy loves Jen. Jen loved Andy.
And he can't work out why she stopped.
Now he is. . .
1. Without a home
2. Waiting for his stand-up career to take off
3. Wondering why everyone else around him seems to have grown up while he wasn't looking
Set adrift on the sea of heartbreak at a time when everything he thought he knew about women, and flat-sharing, and his friendships has transformed beyond recognition, Andy clings to the idea of solving the puzzle of their broken relationship. Because if he can find the answer to that, then maybe Jen can find her way back to him.
Andy still has a lot to learn, not least his ex-girlfriend's side of the story.
From the bestselling author of Ghosts and Everything I Know About Love: a sharply funny, beautifully observed and exquisitely relatable story of heartbreak and friendship, and how to survive both.
'The most book-based fun I had this year ... It's the most I've laughed while reading about heartbreak since Nick Hornby's High Fidelity. A complete delight' The Sunday Times, Critics' favourite books of the year
Sunday Times bestseller, November 2023
'This is the greatest. You'll cry and laugh. I read it though the night. And I never, ever avoid sleep' CLAUDIA WINKLEMAN
‘I award it 13/10 on my QWJ scale (stands for Queasy With Jealousy that I didn't write it)’ MARIAN KEYES
---
Every relationship has one beginning.
This one has two endings.
Andy loves Jen. Jen loved Andy.
And he can't work out why she stopped.
Now he is. . .
1. Without a home
2. Waiting for his stand-up career to take off
3. Wondering why everyone else around him seems to have grown up while he wasn't looking
Set adrift on the sea of heartbreak at a time when everything he thought he knew about women, and flat-sharing, and his friendships has transformed beyond recognition, Andy clings to the idea of solving the puzzle of their broken relationship. Because if he can find the answer to that, then maybe Jen can find her way back to him.
Andy still has a lot to learn, not least his ex-girlfriend's side of the story.
From the bestselling author of Ghosts and Everything I Know About Love: a sharply funny, beautifully observed and exquisitely relatable story of heartbreak and friendship, and how to survive both.
'The most book-based fun I had this year ... It's the most I've laughed while reading about heartbreak since Nick Hornby's High Fidelity. A complete delight' The Sunday Times, Critics' favourite books of the year
Sunday Times bestseller, November 2023
Om denna bok
Good Material av Dolly Alderton är en Danskt band bok med 352 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Good Material 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:
9780241523667
Upplaga:
0
Utgiven:
2023-11-09
Förlag:
Okänt
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"
>