Vi flyttar från butik till nätet - så funkar det framåt
Good Night, Irene | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Luis Alberto Urrea
- Betyg:
326
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
An Instant New York Times Bestseller
This "powerful, uplifting, and deeply personal novel" (Kristin Hannah, #1 NYT bestselling author of The Four Winds), at once "a heart-wrenching wartime drama" (Christina Baker Kline, #1 NYT bestselling author of Orphan Train) and "a moving and graceful tribute to heroic women" (Publishers Weekly, starred review), asks the question: What if a friendship forged on the front lines of war defines a life forever?
"Urrea's touch is sure, his exuberance carries you through . . . He is a generous writer, not just in his approach to his craft but in the broader sense of what he feels necessary to capture about life itself." -Financial Times
In 1943, Irene Woodward abandons an abusive fiancé in New York to enlist with the Red Cross and head to Europe. She makes fast friends in training with Dorothy Dunford, a towering Midwesterner with a ferocious wit. Together they are part of an elite group of women, nicknamed Donut Dollies, who command military vehicles called Clubmobiles at the front line, providing camaraderie and a taste of home that may be the only solace before troops head into battle.
After D-Day, these two intrepid friends join the Allied soldiers streaming into France. Their time in Europe will see them embroiled in danger, from the Battle of the Bulge to the liberation of Buchenwald. Through her friendship with Dorothy, and a love affair with a courageous American fighter pilot named Hans, Irene learns to trust again. Her most fervent hope, which becomes more precarious by the day, is for all three of them to survive the war intact.
Taking as inspiration his mother's own Red Cross service, Luis Alberto Urrea has delivered an overlooked story of women's heroism in World War II. With its affecting and uplifting portrait of friendship and valour in harrowing circumstances, Good Night, Irene powerfully demonstrates yet again that Urrea's "gifts as a storyteller are prodigious" (NPR).
This "powerful, uplifting, and deeply personal novel" (Kristin Hannah, #1 NYT bestselling author of The Four Winds), at once "a heart-wrenching wartime drama" (Christina Baker Kline, #1 NYT bestselling author of Orphan Train) and "a moving and graceful tribute to heroic women" (Publishers Weekly, starred review), asks the question: What if a friendship forged on the front lines of war defines a life forever?
"Urrea's touch is sure, his exuberance carries you through . . . He is a generous writer, not just in his approach to his craft but in the broader sense of what he feels necessary to capture about life itself." -Financial Times
In 1943, Irene Woodward abandons an abusive fiancé in New York to enlist with the Red Cross and head to Europe. She makes fast friends in training with Dorothy Dunford, a towering Midwesterner with a ferocious wit. Together they are part of an elite group of women, nicknamed Donut Dollies, who command military vehicles called Clubmobiles at the front line, providing camaraderie and a taste of home that may be the only solace before troops head into battle.
After D-Day, these two intrepid friends join the Allied soldiers streaming into France. Their time in Europe will see them embroiled in danger, from the Battle of the Bulge to the liberation of Buchenwald. Through her friendship with Dorothy, and a love affair with a courageous American fighter pilot named Hans, Irene learns to trust again. Her most fervent hope, which becomes more precarious by the day, is for all three of them to survive the war intact.
Taking as inspiration his mother's own Red Cross service, Luis Alberto Urrea has delivered an overlooked story of women's heroism in World War II. With its affecting and uplifting portrait of friendship and valour in harrowing circumstances, Good Night, Irene powerfully demonstrates yet again that Urrea's "gifts as a storyteller are prodigious" (NPR).
Om denna bok
Good Night, Irene av Luis Alberto Urrea är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Good Night, Irene 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:
9780316265850
Upplaga:
0
Utgiven:
2023-06-15
Förlag:
Okänt
Sidantal:
416
$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"
>