Vi flyttar från butik till nätet - så funkar det framåt
The Last King of California | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Jordan Harper
- Betyg:
129
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
Sometimes to find yourself, you have to go back to where you came from. You just might not like what you find. A searing thriller about family, redemption and revenge, from the award-winning author of A Lesson in Violence.
'Beautifully written' S. A. Cosby
‘Burns bright and fast’ Peter Swanson
‘Darkly irresistible’ Megan Abbott
________________
After failing in his new life, Luke decides to go home, back to the one place where he’d once felt he belonged. But that was a long time ago and now he has to face the life that he chose to run away from: The Combine. The gang that his uncle now leads, but which his father still runs from prison. Brutal, unforgiving . . . family.
Reunited with his childhood friend Callie and tagging along on jobs with her and her boyfriend Pretty Baby, Luke soon discovers that he might have a place back home after all. When another gang try to encroach on their turf, The Combine and Luke must go to war to save all that they know.
But in trying to be someone you’re not, can you ever find out who you really are?
Family is everything and blood is love.
________________
Reader's cannot get enough of The Last King of California . . .
***** 'Good lord, this book was everything i wanted and needed.'
***** 'This is the first of author Jordan Harper’s books I have read and it won’t be the last!'
***** 'My likely pick for book of the year. Ferocious writing and storytelling.'
***** 'A noir tour-de-force.'
***** 'Such a brilliant writer and a great story.'
________________
More praise for Jordan Harper . . .
‘When I say The Last King of Californiasubverts the stereotypical American Outlaw Mythos, it's the highest praise I can give it. No one is thinking deeper about what crime fiction is than Jordan Harper’ S. A. Cosby
'Urgent and beautiful' Lauren Beukes
'Fast-paced and gritty' Amy Engel
'Truly astounding' Robin Wasserman
'Easily one of the best things I'll read this year. Visceral and violent. An exploration o family and loyalty. Reads like poetry. Bravo!' Chris McDonald
'[A] gripping and emotional journey . . . Authors paint pictures with words, and like the Mona Lisa or Van Gogh's Sunflowers, some of their books are instant masterpieces sure to inspire readers and elicit envy from fellow wordsmiths.The Last King of California is simply that good. Jordan Harper wields words like weapons .. . It is like poetry on the page' BoloBooks Top Read of 2022
'Blistering, brutal, with a big beating (black) heart,The Last King of California confirms Harper as one of the finest writers of noir today, with what's easily a best-of-the-year book' James. D. F. Hannah, Shamus-winning author of the Henry Malone novels
'Beautifully written' S. A. Cosby
‘Burns bright and fast’ Peter Swanson
‘Darkly irresistible’ Megan Abbott
________________
After failing in his new life, Luke decides to go home, back to the one place where he’d once felt he belonged. But that was a long time ago and now he has to face the life that he chose to run away from: The Combine. The gang that his uncle now leads, but which his father still runs from prison. Brutal, unforgiving . . . family.
Reunited with his childhood friend Callie and tagging along on jobs with her and her boyfriend Pretty Baby, Luke soon discovers that he might have a place back home after all. When another gang try to encroach on their turf, The Combine and Luke must go to war to save all that they know.
But in trying to be someone you’re not, can you ever find out who you really are?
Family is everything and blood is love.
________________
Reader's cannot get enough of The Last King of California . . .
***** 'Good lord, this book was everything i wanted and needed.'
***** 'This is the first of author Jordan Harper’s books I have read and it won’t be the last!'
***** 'My likely pick for book of the year. Ferocious writing and storytelling.'
***** 'A noir tour-de-force.'
***** 'Such a brilliant writer and a great story.'
________________
More praise for Jordan Harper . . .
‘When I say The Last King of Californiasubverts the stereotypical American Outlaw Mythos, it's the highest praise I can give it. No one is thinking deeper about what crime fiction is than Jordan Harper’ S. A. Cosby
'Urgent and beautiful' Lauren Beukes
'Fast-paced and gritty' Amy Engel
'Truly astounding' Robin Wasserman
'Easily one of the best things I'll read this year. Visceral and violent. An exploration o family and loyalty. Reads like poetry. Bravo!' Chris McDonald
'[A] gripping and emotional journey . . . Authors paint pictures with words, and like the Mona Lisa or Van Gogh's Sunflowers, some of their books are instant masterpieces sure to inspire readers and elicit envy from fellow wordsmiths.The Last King of California is simply that good. Jordan Harper wields words like weapons .. . It is like poetry on the page' BoloBooks Top Read of 2022
'Blistering, brutal, with a big beating (black) heart,The Last King of California confirms Harper as one of the finest writers of noir today, with what's easily a best-of-the-year book' James. D. F. Hannah, Shamus-winning author of the Henry Malone novels
Om denna bok
The Last King of California av Jordan Harper är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2022 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Last King of California 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:
9781471159015
Upplaga:
0
Utgiven:
2022-09-29
Förlag:
Simon & Schuster
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"
>