News
Read about company updates, iron information, and more.
1) {
activeParams.push({
key: 'page',
value: activePage,
});
}
const gridDiv = '.blog';
const grid = $el.closest('section');
const filteredSortedUrl = `${blogUrl}${activeParams.length > 0 ? `?${activeParams.map(v => `${v.key}=${v.value}`).join('&')}` : ''}`;
fetch(filteredSortedUrl)
.then((response) => response.text())
.then((responseText) => {
const html = new DOMParser().parseFromString(responseText, 'text/html');
// Update items
const gridUpdated = html.querySelector(gridDiv).closest('section');
grid.innerHTML = gridUpdated.innerHTML;
$store.ajaxWorking = false;
history.pushState({}, '', filteredSortedUrl);
// Scroll to top.
const scrollTop =
grid.getBoundingClientRect().top + window.scrollY - document.querySelector('.site-header').getBoundingClientRect().height - 40;
window.scrollTo({ top: scrollTop, behavior: 'smooth' });
})
.catch((e) => {
console.error(e);
$store.ajaxWorking = false;
});
"
@paginate="
activePage = $event.detail;
$dispatch('update');
">
Current Events
Nourishing a Warming World: Climate Change and Global Nutrition
Jul 11, 25
|
2 min read
Read More
Current Events
Nourishing a Warming World: Climate Change and Global Nutrition
Jul 8, 25
|
4 min read
Read More
Iron Info
What Scientists Say About Iron Supplementation: A Recap of Recent Findings
Jul 7, 25
|
4 min read
Read More
Iron Info
Cast Iron Pans vs. The Lucky Iron Fish: What’s the Best Way to Boost Iron Intake?
Jun 8, 25
|
4 min read
Read More
Current Events
What Was Missing at WHA 78: The Case for Dedicated Nutrition Funding
Jun 5, 25
|
4 min read
Read More
Lucky Iron Updates
Sustainable Access to Nutrition in Rural Guatemala Through Collaboration
Apr 29, 25
|
3 min read
Read More
Current Events
Honouring Black Pioneers in Nutrition and Global Health
Feb 26, 25
|
5 min read
Read More
Current Events
Why Iron Deficiency is Holding Back Global Nutrition Goals
Feb 4, 25
|
3 min read
Read More
Iron Info
Fighting Iron Deficiency with Better Diagnostics and Solutions
Dec 17, 24
|
2 min read
Read More
Iron Info
4 Reasons Iron Deficiency Can Be Dangerous For People Living with HIV
Oct 17, 24
|
3 min read
Read More









