Vi flyttar från butik till nätet - så funkar det framåt
Glucose Revolution | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Jessie Inchauspé
- Betyg:
234
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
***THE INSTANT SUNDAY TIMES BESTSELLER***
"Jessie (a.k.a. the Glucose Goddess) takes you on a fun and informative journey to understand how food affects your sugar spikes and your health. This practical guide is full of wonderful tips and hacks on how and what to eat; a must for anyone who wants to understand their body and improve their health." - Professor Tim Spector, author of Diet Myth and Spoon Fed, professor of genetic epidemiology at King's College, London"Glucose Revolution will help you feel better, cut cravings, connect with yourself, balance your hormones, live longer, teach you science and put a smile on your face along the way.
This book is one of my references - don't wait to read it." - Davinia Taylor, British actor and #1 Sunday Times bestselling author of It's not a DietDietary science is on the move. For decades, people were wrongly focused on reducing fat and calories, whereas we now know that the real trouble-makers are the foods that deregulate our blood sugar levels. In writing both clear and empathetic, biochemist Jessie Inchauspe explains why blood sugar spikes are so bad for us and how to flatten those spikes to transform our health.
By analysing decades of research and running thousands of original experiments on herself wearing a continuous glucose monitor, she has distilled 10 simple and surprising hacks that can be easily incorporated into everyday life. By the end of this book, you'll be aware of how food impacts your biology. You'll know which breakfast choices may be causing your cravings, in which order you should eat the food on your plate, what not to do on an empty stomach, which foods lead to mood swings, and how to avoid being sleepy at 3pm.
You'll evolve the way you eat, take control of your health, and your life will flourish.
"Jessie (a.k.a. the Glucose Goddess) takes you on a fun and informative journey to understand how food affects your sugar spikes and your health. This practical guide is full of wonderful tips and hacks on how and what to eat; a must for anyone who wants to understand their body and improve their health." - Professor Tim Spector, author of Diet Myth and Spoon Fed, professor of genetic epidemiology at King's College, London"Glucose Revolution will help you feel better, cut cravings, connect with yourself, balance your hormones, live longer, teach you science and put a smile on your face along the way.
This book is one of my references - don't wait to read it." - Davinia Taylor, British actor and #1 Sunday Times bestselling author of It's not a DietDietary science is on the move. For decades, people were wrongly focused on reducing fat and calories, whereas we now know that the real trouble-makers are the foods that deregulate our blood sugar levels. In writing both clear and empathetic, biochemist Jessie Inchauspe explains why blood sugar spikes are so bad for us and how to flatten those spikes to transform our health.
By analysing decades of research and running thousands of original experiments on herself wearing a continuous glucose monitor, she has distilled 10 simple and surprising hacks that can be easily incorporated into everyday life. By the end of this book, you'll be aware of how food impacts your biology. You'll know which breakfast choices may be causing your cravings, in which order you should eat the food on your plate, what not to do on an empty stomach, which foods lead to mood swings, and how to avoid being sleepy at 3pm.
You'll evolve the way you eat, take control of your health, and your life will flourish.
Om denna bok
Glucose Revolution av Jessie Inchauspé är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2022 av Octopus Publishing Group.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Glucose Revolution 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:
9781780725239
Upplaga:
0
Utgiven:
2022-03-31
Förlag:
Octopus Publishing Group
Sidantal:
320
$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"
>