Vi flyttar från butik till nätet - så funkar det framåt
Whichwood | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Tahereh Mafi
- Betyg:
193
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
Embark on a wondrous journey through the land of Whichwood in this stunning companion to Tahereh Mafi’s acclaimed bestseller Furthermore.
A Kirkus Best Book of the Year!
★ "Deliciously descriptive prose. . . . Darkly fascinating." −Kirkus
★ "Unforgettable heroine." −Booklist
★ "Mafi''s language choices create visually arresting moments." –Shelf Awareness
Our story begins on a frosty night . . .
Laylee can barely remember the happier times before her beloved mother died. Before her father, driven by grief, lost his wits (and his way) and she was left as the sole remaining mordeshoor in the village of Whichwood, destined to spend her days scrubbing the skins and souls of the dead in preparation for the afterlife. It’s become easy to forget and easier still to ignore not only her ever-increasing loneliness, but the way her overworked hands are stiffening and turning silver, just like her hair.
But soon, a pair of familiar strangers appear, and Laylee’s world is turned upside down as she rediscovers color, magic, and the healing power of friendship.
Lush and enchanting, critically-acclaimed author Tahereh Mafi weaves together an all-new magical adventure in this dark, Persian fantasy, a companion to the New York Times bestselling Furthermore.
★ "In deliciously descriptive prose, the confiding, familiar narrator directly engages the ''dear reader'' with witty asides, explanatory footnotes, and cautionary warnings as Laylee’s woeful tale unfolds... Mafi uses her built world to interrogate norms and relationships in our own while never losing sight of her story. Memorable new characters experience the restorative power of friendship in this darkly fascinating, somewhat ghoulish sequel to Furthermore. −Kirkus, starred review
★ "It''s Laylee''s personal transformation that shines brightest, giving Mafi''s singular fantasy an equally unforgettable heroine." −Booklist, starred review
★ "Whichwood, Tahereh Mafi''s companion novel to Furthermore, is as absorbing as (if not more than) its predecessor.... Mafi''s language choices create visually arresting moments.... Deftly explores several appealing themes, including the healing power of friendship and the resilience to overcome adversity in her whimsical, Persian-inspired fantasy world." −Shelf Awareness, starred review
A Kirkus Best Book of the Year!
★ "Deliciously descriptive prose. . . . Darkly fascinating." −Kirkus
★ "Unforgettable heroine." −Booklist
★ "Mafi''s language choices create visually arresting moments." –Shelf Awareness
Our story begins on a frosty night . . .
Laylee can barely remember the happier times before her beloved mother died. Before her father, driven by grief, lost his wits (and his way) and she was left as the sole remaining mordeshoor in the village of Whichwood, destined to spend her days scrubbing the skins and souls of the dead in preparation for the afterlife. It’s become easy to forget and easier still to ignore not only her ever-increasing loneliness, but the way her overworked hands are stiffening and turning silver, just like her hair.
But soon, a pair of familiar strangers appear, and Laylee’s world is turned upside down as she rediscovers color, magic, and the healing power of friendship.
Lush and enchanting, critically-acclaimed author Tahereh Mafi weaves together an all-new magical adventure in this dark, Persian fantasy, a companion to the New York Times bestselling Furthermore.
★ "In deliciously descriptive prose, the confiding, familiar narrator directly engages the ''dear reader'' with witty asides, explanatory footnotes, and cautionary warnings as Laylee’s woeful tale unfolds... Mafi uses her built world to interrogate norms and relationships in our own while never losing sight of her story. Memorable new characters experience the restorative power of friendship in this darkly fascinating, somewhat ghoulish sequel to Furthermore. −Kirkus, starred review
★ "It''s Laylee''s personal transformation that shines brightest, giving Mafi''s singular fantasy an equally unforgettable heroine." −Booklist, starred review
★ "Whichwood, Tahereh Mafi''s companion novel to Furthermore, is as absorbing as (if not more than) its predecessor.... Mafi''s language choices create visually arresting moments.... Deftly explores several appealing themes, including the healing power of friendship and the resilience to overcome adversity in her whimsical, Persian-inspired fantasy world." −Shelf Awareness, starred review
Om denna bok
Whichwood av Tahereh Mafi är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2018 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Whichwood 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:
9781101994801
Upplaga:
0
Utgiven:
2018-09-18
Förlag:
Penguin UK
Sidantal:
384
$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"
>