Vi flyttar från butik till nätet - så funkar det framåt
Saving 6 | 0:e upplagan
- Pocket, Engelska, 2023
- Författare: Chloe Walsh
- Betyg:
139
kr
Skickas inom 0-2 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
An epic and unforgettable love story begins in Saving 6, the third book in the international bestselling and TikTok-phenomenon The Boys of Tommen series, from Chloe Walsh.
The power and pain of first love has never been more deeply felt than in Chloe Walsh's extraordinary stories about the irresistible Boys of Tommen, which will give you the ultimate book hangover.
The reader reaction to The Boys of Tommen says it all!
'Absolute perfection. This book will ruin you'
'I have no words as to how heartbreakingly beautiful this book is and the talent of Chloe is unmeasured in my eyes'
'Chloe Walsh is a genius when it comes to creating characters and writing, making you feel every emotion'
'There's not enough stars to rate this book it is simply outstanding!'
.........................
He's a boy who's lost. She's girl who might just be the home he's never had.
The second born son in a broken marriage, Joey Lynch has spent a lifetime picking up the pieces of a family unravelling. When his older brother Darren skips town, twelve-year-old Joey finds himself thrown into the role of protector to his younger siblings and mother. Plagued by self-loathing, and furious with the world, he grapples with teenage life, his unwavering sense of duty to his family, while balancing precariously close to a life of addiction that threatens to swallow him whole. The only light in his sea of darkness is his boss's firecracker of a daughter who refuses to back down. A girl who just so happens to be his classmate.
Aoife Molloy has never been backwards in coming forward. Her bubbly and self-assured nature has never led her astray. Until her first day of secondary school when she collides with a hot-headed boy who sparks a burning curiosity inside of her that only grows stronger by the day.
Falling into a complicated friendship with her father's apprentice, Aoife works to unravels the secrets around Joey Lynch's life - while he desperately fights to keep her out.
.........................
Want more of Joey, Aoife and the rest of The Boys of Tommen? Read the rest of the series so far:
Binding 13
Keeping 13
Saving 6
Redeeming 6
The power and pain of first love has never been more deeply felt than in Chloe Walsh's extraordinary stories about the irresistible Boys of Tommen, which will give you the ultimate book hangover.
The reader reaction to The Boys of Tommen says it all!
'Absolute perfection. This book will ruin you'
'I have no words as to how heartbreakingly beautiful this book is and the talent of Chloe is unmeasured in my eyes'
'Chloe Walsh is a genius when it comes to creating characters and writing, making you feel every emotion'
'There's not enough stars to rate this book it is simply outstanding!'
.........................
He's a boy who's lost. She's girl who might just be the home he's never had.
The second born son in a broken marriage, Joey Lynch has spent a lifetime picking up the pieces of a family unravelling. When his older brother Darren skips town, twelve-year-old Joey finds himself thrown into the role of protector to his younger siblings and mother. Plagued by self-loathing, and furious with the world, he grapples with teenage life, his unwavering sense of duty to his family, while balancing precariously close to a life of addiction that threatens to swallow him whole. The only light in his sea of darkness is his boss's firecracker of a daughter who refuses to back down. A girl who just so happens to be his classmate.
Aoife Molloy has never been backwards in coming forward. Her bubbly and self-assured nature has never led her astray. Until her first day of secondary school when she collides with a hot-headed boy who sparks a burning curiosity inside of her that only grows stronger by the day.
Falling into a complicated friendship with her father's apprentice, Aoife works to unravels the secrets around Joey Lynch's life - while he desperately fights to keep her out.
.........................
Want more of Joey, Aoife and the rest of The Boys of Tommen? Read the rest of the series so far:
Binding 13
Keeping 13
Saving 6
Redeeming 6
Om denna bok
Saving 6 av Chloe Walsh är en Pocket bok med 752 sidor på Engelska. Den utgavs 2023 av Little Brown.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Saving 6 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:
Okänd
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780349439280
Upplaga:
0
Utgiven:
2023-09-21
Förlag:
Little Brown
Sidantal:
752
$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"
>