Vi flyttar från butik till nätet - så funkar det framåt
The Arsonists' City | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Hala Alyan
- Betyg:
212
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
“Feels revolutionary in its freshness.” —Entertainment Weekly
“The Arsonists’ City delivers all the pleasures of a good old-fashioned saga, but in Alyan’s hands, one family’s tale becomes the story of a nation—Lebanon and Syria, yes, but also the United States. It’s the kind of book we are lucky to have.” —Rumaan Alam
A rich family story, a personal look at the legacy of war in the Middle East, and an indelible rendering of how we hold on to the people and places we call home
The Nasr family is spread across the globe—Beirut, Brooklyn, Austin, the California desert. A Syrian mother, a Lebanese father, and three American children: all have lived a life of migration. Still, they’ve always had their ancestral home in Beirut—a constant touchstone—and the complicated, messy family love that binds them. But following his father’s recent death, Idris, the family’s new patriarch, has decided to sell.
The decision brings the family to Beirut, where everyone unites against Idris in a fight to save the house. They all have secrets—lost loves, bitter jealousies, abandoned passions, deep-set shame—that distance has helped smother. But in a city smoldering with the legacy of war, an ongoing flow of refugees, religious tension, and political protest, those secrets ignite, imperiling the fragile ties that hold this family together.
In a novel teeming with wisdom, warmth, and characters born of remarkable human insight, award-winning author Hala Alyan shows us again that “fiction is often the best filter for the real world around us” (NPR).
“The Arsonists’ City delivers all the pleasures of a good old-fashioned saga, but in Alyan’s hands, one family’s tale becomes the story of a nation—Lebanon and Syria, yes, but also the United States. It’s the kind of book we are lucky to have.” —Rumaan Alam
A rich family story, a personal look at the legacy of war in the Middle East, and an indelible rendering of how we hold on to the people and places we call home
The Nasr family is spread across the globe—Beirut, Brooklyn, Austin, the California desert. A Syrian mother, a Lebanese father, and three American children: all have lived a life of migration. Still, they’ve always had their ancestral home in Beirut—a constant touchstone—and the complicated, messy family love that binds them. But following his father’s recent death, Idris, the family’s new patriarch, has decided to sell.
The decision brings the family to Beirut, where everyone unites against Idris in a fight to save the house. They all have secrets—lost loves, bitter jealousies, abandoned passions, deep-set shame—that distance has helped smother. But in a city smoldering with the legacy of war, an ongoing flow of refugees, religious tension, and political protest, those secrets ignite, imperiling the fragile ties that hold this family together.
In a novel teeming with wisdom, warmth, and characters born of remarkable human insight, award-winning author Hala Alyan shows us again that “fiction is often the best filter for the real world around us” (NPR).
Om denna bok
The Arsonists' City av Hala Alyan är en Danskt band bok med 464 sidor på Engelska. Den utgavs 2022 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Arsonists' City 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:
Pedagogik & psykologi
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780358695233
Upplaga:
0
Utgiven:
2022-10-13
Förlag:
Gardners Books
Sidantal:
464
$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"
>