Vi flyttar från butik till nätet - så funkar det framåt
Tennis Lessons | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Susannah Dickey
- Betyg:
120
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
For fans of I MAY DESTROY YOU and FLEABAG and for readers who want to laugh and cry: the brave, beautiful, sometimes brutal story of a young misfit and her rocky road to womanhood, stopping at each year along the way.
'I loved Tennis Lessons so much. Susannah is a phenomenally talented writer' ELIZABETH DAY
'A raw, fierce, shockingly honest coming-of-age story' LOUISE O'NEILL
'Incredibly funny . . . by turns charming and disgusting and I loved it' NELL FRIZZELL
You're strange and wrong. You've known it from the beginning.
This is the voice that rings in your ears. Because you never say the right thing. You're a disappointment to everyone. You're a far cry from beautiful - and your thoughts are ugly too.
You seem bound to fail, bound to break.
But you know what it is to laugh with your best friend, to feel the first tentative tingles of attraction, to take exquisite pleasure in the affront of your unruly body.
You just need to find your place.
From dead pets and crashed cars to family traumas and misguided love affairs, Susannah Dickey's revitalizing debut novel plunges us into the private world of one young woman as she navigates her rocky way to adulthood.
'Brilliant . . . a wonderful writer, hugely talented, very funny and insightful' ALAN DAVIES
'Propulsive . . . brilliantly vivid . . . stays in the mind long after reading' IRISH TIMES
'A beautifully written and psychologically incisive bildungsroman...the arrival of a young writer to watch' OBSERVER
'I loved Tennis Lessons so much. Susannah is a phenomenally talented writer' ELIZABETH DAY
'A raw, fierce, shockingly honest coming-of-age story' LOUISE O'NEILL
'Incredibly funny . . . by turns charming and disgusting and I loved it' NELL FRIZZELL
You're strange and wrong. You've known it from the beginning.
This is the voice that rings in your ears. Because you never say the right thing. You're a disappointment to everyone. You're a far cry from beautiful - and your thoughts are ugly too.
You seem bound to fail, bound to break.
But you know what it is to laugh with your best friend, to feel the first tentative tingles of attraction, to take exquisite pleasure in the affront of your unruly body.
You just need to find your place.
From dead pets and crashed cars to family traumas and misguided love affairs, Susannah Dickey's revitalizing debut novel plunges us into the private world of one young woman as she navigates her rocky way to adulthood.
'Brilliant . . . a wonderful writer, hugely talented, very funny and insightful' ALAN DAVIES
'Propulsive . . . brilliantly vivid . . . stays in the mind long after reading' IRISH TIMES
'A beautifully written and psychologically incisive bildungsroman...the arrival of a young writer to watch' OBSERVER
Om denna bok
Tennis Lessons av Susannah Dickey är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2021.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Tennis Lessons 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:
9781784165055
Upplaga:
0
Utgiven:
2021-05-06
Förlag:
Okänt
Sidantal:
256
$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"
>