Vi flyttar från butik till nätet - så funkar det framåt
Small Things Like These | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Claire Keegan
- Betyg:
159
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
A stunning new edition of Claire Keegan's multi-award-winning, bestselling novel Small Things Like These.
NOW A MAJOR MOTION PICTURE STARRING CILLIAN MURPHY
A SUNDAY TIMES AND IRISH TIMES BESTSELLER
A TOP 5 IRISH TIMES 100 BEST IRISH BOOKS OF THE 21ST CENTURY
A NEW YORK TIMES 100 BEST BOOKS OF THE 21ST CENTURY
WINNER OF THE ORWELL PRIZE AND THE KERRY GROUP IRISH NOVEL OF THE YEAR AWARD
SHORTLISTED FOR THE RATHBONES FOLIO PRIZE AND THE IRISH NOVEL OF THE YEAR AT THE DALKEY LITERARY AWARDS
'Exquisite.' Damon Galgut
'Masterly.' The Times
'Miraculous.' Herald
'Astonishing.' Colm Tóibín
'Stunning.' Sunday Independent
'Absolutely beautiful.' Douglas Stuart
It is 1985, in an Irish town. During the weeks leading up to Christmas, Bill Furlong, a coal and timber merchant, faces into his busiest season. As he does the rounds, he feels the past rising up to meet him - and encounters the complicit silences of a people controlled by the Church.
Claire Keegan's book Small Things Like These was a Sunday Times Bestseller w/c 05-11-2022
-----
Readers love Small Things Like These:
⭐⭐⭐⭐⭐ 'Gripping and very moving and thought-provoking ... brilliantly done, but also softly and slowly. You'll never regret reading this book, but it will haunt you for ever after.'
⭐⭐⭐⭐⭐ 'I haven't loved a book for so long. This has changed it. Every word counted. Moral, heartfelt & a beautiful read.'
⭐⭐⭐⭐⭐ 'This is a beautifully written story, both simple and profound. Set at Christmas, it is, in essence, an exploration of the best and the worst of what it is to be human. A stunning achievement.'
⭐⭐⭐⭐⭐ 'A remarkable novel - short, succinct, moving. I read it in one sitting early on a Sunday morning before anybody else was up.'
⭐⭐⭐⭐⭐ 'This book needs to sit and settle with the reader after it's read. Much lies here within what seems a simple tale. It strikes to the heart.'
NOW A MAJOR MOTION PICTURE STARRING CILLIAN MURPHY
A SUNDAY TIMES AND IRISH TIMES BESTSELLER
A TOP 5 IRISH TIMES 100 BEST IRISH BOOKS OF THE 21ST CENTURY
A NEW YORK TIMES 100 BEST BOOKS OF THE 21ST CENTURY
WINNER OF THE ORWELL PRIZE AND THE KERRY GROUP IRISH NOVEL OF THE YEAR AWARD
SHORTLISTED FOR THE RATHBONES FOLIO PRIZE AND THE IRISH NOVEL OF THE YEAR AT THE DALKEY LITERARY AWARDS
'Exquisite.' Damon Galgut
'Masterly.' The Times
'Miraculous.' Herald
'Astonishing.' Colm Tóibín
'Stunning.' Sunday Independent
'Absolutely beautiful.' Douglas Stuart
It is 1985, in an Irish town. During the weeks leading up to Christmas, Bill Furlong, a coal and timber merchant, faces into his busiest season. As he does the rounds, he feels the past rising up to meet him - and encounters the complicit silences of a people controlled by the Church.
Claire Keegan's book Small Things Like These was a Sunday Times Bestseller w/c 05-11-2022
-----
Readers love Small Things Like These:
⭐⭐⭐⭐⭐ 'Gripping and very moving and thought-provoking ... brilliantly done, but also softly and slowly. You'll never regret reading this book, but it will haunt you for ever after.'
⭐⭐⭐⭐⭐ 'I haven't loved a book for so long. This has changed it. Every word counted. Moral, heartfelt & a beautiful read.'
⭐⭐⭐⭐⭐ 'This is a beautifully written story, both simple and profound. Set at Christmas, it is, in essence, an exploration of the best and the worst of what it is to be human. A stunning achievement.'
⭐⭐⭐⭐⭐ 'A remarkable novel - short, succinct, moving. I read it in one sitting early on a Sunday morning before anybody else was up.'
⭐⭐⭐⭐⭐ 'This book needs to sit and settle with the reader after it's read. Much lies here within what seems a simple tale. It strikes to the heart.'
Om denna bok
Small Things Like These av Claire Keegan är en Danskt band bok med 128 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Small Things Like These 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:
9780571392605
Upplaga:
0
Utgiven:
2024-10-10
Förlag:
Okänt
Sidantal:
128
$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"
>