Vi flyttar från butik till nätet - så funkar det framåt
Minor Feelings | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Cathy Park Hong
- Betyg:
141
kr
Skickas inom 6-8 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
WINNER OF THE NATIONAL BOOK CRITICS CIRCLE AWARD FOR AUTOBIOGRAPHY 2021
FINALIST FOR THE PULITZER PRIZE FOR GENERAL NON-FICTION 2021
A New York Times Top Book of 2020
Chosen as a Guardian Book of 2020
A BBC Culture Best Books of 2020
Nominated for Good Reads Books of 2020
One of Time's Must-Read Books of 2020
'Unputdownable ... Hong's razor-sharp, provocative prose will linger long after you put Minor Feelings down' - AnOther, Books You Should Read This Year
'A fearless work of creative non-fiction about racism in cultural pursuits by an award-winning poet and essayist' - Asia House
'Brilliant, penetrating and unforgettable, Minor Feelings is what was missing on our shelf of classics ... To read this book is to become more human' - Claudia Rankine author of Citizen
'Hong says the book was 'a dare to herself', and she makes good on it: by writing into the heart of her own discomfort, she emerges with a reckoning destined to be a classic' - Maggie Nelson, author of The Argonauts
What happens when an immigrant believes the lies they're told about their own racial identity?
For Cathy Park Hong, they experience the shame and difficulty of "minor feelings".
The daughter of Korean immigrants, Cathy Park Hong grew up in America steeped in shame, suspicion, and melancholy. She would later understand that these "minor feelings" occur when American optimism contradicts your own reality. With sly humour and a poet's searching mind, Hong uses her own story as a portal into a deeper examination of racial consciousness. This intimate and devastating book traces her relationship to the English language, to shame and depression, to poetry and artmaking, and to family and female friendship. A radically honest work of art, Minor Feelings forms a portrait of one Asian American psyche - and of a writer's search to both uncover and speak the truth.
FINALIST FOR THE PULITZER PRIZE FOR GENERAL NON-FICTION 2021
A New York Times Top Book of 2020
Chosen as a Guardian Book of 2020
A BBC Culture Best Books of 2020
Nominated for Good Reads Books of 2020
One of Time's Must-Read Books of 2020
'Unputdownable ... Hong's razor-sharp, provocative prose will linger long after you put Minor Feelings down' - AnOther, Books You Should Read This Year
'A fearless work of creative non-fiction about racism in cultural pursuits by an award-winning poet and essayist' - Asia House
'Brilliant, penetrating and unforgettable, Minor Feelings is what was missing on our shelf of classics ... To read this book is to become more human' - Claudia Rankine author of Citizen
'Hong says the book was 'a dare to herself', and she makes good on it: by writing into the heart of her own discomfort, she emerges with a reckoning destined to be a classic' - Maggie Nelson, author of The Argonauts
What happens when an immigrant believes the lies they're told about their own racial identity?
For Cathy Park Hong, they experience the shame and difficulty of "minor feelings".
The daughter of Korean immigrants, Cathy Park Hong grew up in America steeped in shame, suspicion, and melancholy. She would later understand that these "minor feelings" occur when American optimism contradicts your own reality. With sly humour and a poet's searching mind, Hong uses her own story as a portal into a deeper examination of racial consciousness. This intimate and devastating book traces her relationship to the English language, to shame and depression, to poetry and artmaking, and to family and female friendship. A radically honest work of art, Minor Feelings forms a portrait of one Asian American psyche - and of a writer's search to both uncover and speak the truth.
Om denna bok
Minor Feelings av Cathy Park Hong är en Danskt band bok med 224 sidor på Engelska. Den utgavs 2021.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Minor Feelings 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781788165594
Upplaga:
0
Utgiven:
2021-03-04
Förlag:
Okänt
Sidantal:
224
$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"
>