Vi flyttar från butik till nätet - så funkar det framåt
James | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Percival Everett
- Betyg:
221
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"
>
Fler utgåvor
Beskrivning
'Truly extraordinary books are rare, and this is one of them' – Roddy Doyle
James is a profound and ferociously funny novel from one of our greatest living writers, Percival Everett.
The Sunday Times Bestseller
Winner of the National Book Award for Fiction
Winner of the Andrew Carnegie Medal for Excellence in Fiction
Shortlisted for the Booker Prize
Finalist for the Orwell Prize for Fiction
The Mississippi River, 1861. When the enslaved Jim overhears that he is about to be sold to a new owner in New Orleans and separated from his wife and daughter forever, he flees to nearby Jackson’s Island until he can formulate a plan. Meanwhile, Huck Finn has faked his own death to escape his violent father who recently returned to town.
So begins a dangerous and transcendent journey along the Mississippi River, towards the elusive promise of the free states and beyond. As James and Huck navigate the treacherous waters, each bend in the river holds the promise of both salvation and demise. And together, the unlikely pair embark on the most life-changing odyssey of them all . . .
A 'Book of the Year' in The Observer, The Times & Sunday Times, The Guardian, Daily Mail, Daily Express, The Spectator, New Statesman, Independent, TLS, The Daily Telegraph, Financial Times, i newspaper, The Economist, The Irish Times, The New York Times, TIME and The New Yorker
'Who should read this book? Every single person in the country' – Ann Patchett
'Scorchingly funny and action-packed' – The Sunday Times, 'Books of the Year'
'This may be Everett's best book yet' – Bonnie Garmus
'Playful and viciously comic' – The Telegraph, 'Books of the Year'
'My favourite novel this year' – Salman Rushdie
James is a profound and ferociously funny novel from one of our greatest living writers, Percival Everett.
The Sunday Times Bestseller
Winner of the National Book Award for Fiction
Winner of the Andrew Carnegie Medal for Excellence in Fiction
Shortlisted for the Booker Prize
Finalist for the Orwell Prize for Fiction
The Mississippi River, 1861. When the enslaved Jim overhears that he is about to be sold to a new owner in New Orleans and separated from his wife and daughter forever, he flees to nearby Jackson’s Island until he can formulate a plan. Meanwhile, Huck Finn has faked his own death to escape his violent father who recently returned to town.
So begins a dangerous and transcendent journey along the Mississippi River, towards the elusive promise of the free states and beyond. As James and Huck navigate the treacherous waters, each bend in the river holds the promise of both salvation and demise. And together, the unlikely pair embark on the most life-changing odyssey of them all . . .
A 'Book of the Year' in The Observer, The Times & Sunday Times, The Guardian, Daily Mail, Daily Express, The Spectator, New Statesman, Independent, TLS, The Daily Telegraph, Financial Times, i newspaper, The Economist, The Irish Times, The New York Times, TIME and The New Yorker
'Who should read this book? Every single person in the country' – Ann Patchett
'Scorchingly funny and action-packed' – The Sunday Times, 'Books of the Year'
'This may be Everett's best book yet' – Bonnie Garmus
'Playful and viciously comic' – The Telegraph, 'Books of the Year'
'My favourite novel this year' – Salman Rushdie
Om denna bok
James av Percival Everett är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2024 av Macmillan Distribution.
Spara pengar – köp begagnad från Campusbokhandeln
Köp James 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:
9781035031238
Upplaga:
0
Utgiven:
2024-04-11
Förlag:
Macmillan Distribution
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"
>