Vi flyttar från butik till nätet - så funkar det framåt
It's Not You | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Ramani Durvasula
- Betyg:
286
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
“A compassionate road map and survival guide for people in narcissistic relationships...” —Jay Shetty, New York Times bestselling author of Think Like a Monk and host of the On Purpose with Jay Shetty podcast
From clinical psychologist and expert in narcissistic relationships Dr. Ramani Durvasula, a guide to protecting and healing yourself from the daily harms of narcissism
AN OPEN FIELD PUBLICATION FROM MARIA SHRIVER
It’s not always easy to tell when you’re dealing with a narcissistic person. One day they draw you in with their charm and charisma, the next they gaslight you, wreck your self-esteem, and leave you wondering, What should I have done differently? As Dr. Ramani explains in It’s Not You, the answer is: absolutely nothing.
Just as a tiger can’t change its stripes, a narcissist will not stop manipulating and invalidating you, no matter how much you try to appease them. The first step toward healing from their toxic influence—and to protect yourself from future harm—is to accept that you are not to blame for their behavior.
Drawing on more than two decades of studying the landscape of narcissism and working with survivors, Dr. Ramani explores how narcissists hijack our well-being and offers a healing path forward. Unpacking the oft-misunderstood personality, she reveals the telltale behavioral patterns that indicate you may be dealing with a narcissist. Along the way, you’ll learn how to become gaslight resistant, chip away at the trauma bonds that keep you stuck in the cycle, grieve the loss of these painful relationships, create and maintain realistic boundaries, discern unhelpful behaviors from narcissistic behaviors, and recover your sense of self after constant invalidation.
Thriving after, or even during, a narcissistic relationship can be challenging, but It’s Not You shows you it is possible. Dr. Ramani invites you to stop blaming yourself and trying to change the narcissistic person, and to start giving yourself permission to let go of their hold on you and finally embrace your true self.
From clinical psychologist and expert in narcissistic relationships Dr. Ramani Durvasula, a guide to protecting and healing yourself from the daily harms of narcissism
AN OPEN FIELD PUBLICATION FROM MARIA SHRIVER
It’s not always easy to tell when you’re dealing with a narcissistic person. One day they draw you in with their charm and charisma, the next they gaslight you, wreck your self-esteem, and leave you wondering, What should I have done differently? As Dr. Ramani explains in It’s Not You, the answer is: absolutely nothing.
Just as a tiger can’t change its stripes, a narcissist will not stop manipulating and invalidating you, no matter how much you try to appease them. The first step toward healing from their toxic influence—and to protect yourself from future harm—is to accept that you are not to blame for their behavior.
Drawing on more than two decades of studying the landscape of narcissism and working with survivors, Dr. Ramani explores how narcissists hijack our well-being and offers a healing path forward. Unpacking the oft-misunderstood personality, she reveals the telltale behavioral patterns that indicate you may be dealing with a narcissist. Along the way, you’ll learn how to become gaslight resistant, chip away at the trauma bonds that keep you stuck in the cycle, grieve the loss of these painful relationships, create and maintain realistic boundaries, discern unhelpful behaviors from narcissistic behaviors, and recover your sense of self after constant invalidation.
Thriving after, or even during, a narcissistic relationship can be challenging, but It’s Not You shows you it is possible. Dr. Ramani invites you to stop blaming yourself and trying to change the narcissistic person, and to start giving yourself permission to let go of their hold on you and finally embrace your true self.
Om denna bok
It's Not You av Ramani Durvasula är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp It's Not You 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:
9780593492628
Upplaga:
0
Utgiven:
2024-02-20
Förlag:
Okänt
Sidantal:
368
$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"
>