The First Five Years | How malnutrition is robbing South Africa's children of their future



The first 1,000 days of a child’s life, from conception to their second birthday, are the most critical window for brain development. 

In South Africa, that window is being systematically violated. For two decades, the nation has failed to lower its stunting rate, leaving more than 1.5 million children under five years old, equating to one in four, trapped in a cycle of undernutrition that creates a future of poverty.

The data from the South African Early Childhood Review 2024 shows that we are losing the battle for a healthy nation’s future.

Malnutrition, stunting and overweight

South Africa faces a triple burden of child malnutrition: undernutrition (stunting), micronutrient deficiencies, and overweight.

Stunting is more than just being too short for one’s age; it is the physical manifestation of chronic undernutrition and environmental failures.

It is a developmental scar that is, sadly, difficult to reverse and carries lifelong consequences: developmental delays, poor school performance, and a heightened risk of chronic conditions like obesity and hypertension in adulthood.

// Ensure the script runs after the DOM is ready and the element is defined
(function() {
// Define the Custom Element class
class SAChildHealthInfographic extends HTMLElement
constructor()
super();
this.attachShadow( mode: ‘open’ ); // Use Shadow DOM for isolation (CMS safety)
this.data =
criticalWindow: “Conception to 2nd Birthday (First 1,000 Days)”,
stuntingRate: “1 in 4 (Over 1.5 Million Children)”,
stuntingDefinition: “Physical manifestation of chronic undernutrition/environmental failures.”,
stuntingConsequences: [
“Developmental delays”,
“Poor school performance”,
“Heightened risk of adult chronic conditions (obesity, hypertension)”
],
povertyData: “2.7 Million young children live in households lacking income for basic nutritional needs.”,
csgAmount: “R530 (Child Support Grant)”,
foodPovertyLine: “R760 (Food Poverty Line)”,
hungerRate: “Over 1 in 10 children under six go hungry.”,
sanitationLacks: “Nearly a third of children under six lack piped water or a flush toilet.”,
childDeaths: “1,000 children lose their lives to acute malnutrition annually.”,
schoolReadiness: “Only 42% of enrolled children are developmentally on track.”,
elpStuntingRate: “5.7% (in Early Learning Programmes)”,
generalStuntingRate: “15.6% (General Population)”
;

connectedCallback()
this.render();

render()
const shadowRoot = this.shadowRoot;
shadowRoot.innerHTML = `

/* — Component Styling for Isolation and Crayon Theme — */
:host
display: block;
background-color: #333333; /* Dark Grey Background */
padding: 20px;
border-radius: 8px;
font-family: ‘Arial’, sans-serif;
color: #DDDDDD; /* Light text for contrast */
line-height: 1.6;
box-sizing: border-box;

.container
max-width: 800px;
margin: 0 auto;

h2, h3
color: #FFFF00; /* Yellow Crayon */
text-align: center;
margin-top: 0;

.section-title
color: #FF69B4; /* Hot Pink Crayon */
border-bottom: 2px solid #FF69B4;
padding-bottom: 5px;
margin-top: 25px;

.fact-box
background-color: #4A4A4A; /* Slightly lighter grey box */
padding: 15px;
margin: 15px 0;
border-radius: 5px;
border-left: 5px solid #00BFFF; /* Deep Sky Blue Crayon */
cursor: pointer; /* Indicate interactivity */
transition: background-color 0.3s, transform 0.3s;

.fact-box:hover
background-color: #5A5A5A;
transform: translateY(-2px);

.fact-title
font-weight: bold;
color: #00FF00; /* Bright Green Crayon */
display: flex;
justify-content: space-between;
align-items: center;

.fact-title span.indicator
font-size: 1.2em;
line-height: 1;
color: #FF4500; /* Orange Crayon */
transition: transform 0.3s;

.fact-box.open .fact-title span.indicator
transform: rotate(90deg);

.fact-content
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-in-out, padding 0.5s;
padding-top: 0;

.fact-box.open .fact-content
max-height: 500px; /* Large enough to show content */
padding-top: 10px;

ul
list-style-type: ‘🖍️ ‘; /* Crayon bullet */
padding-left: 20px;
margin-top: 5px;
color: #ADD8E6; /* Light Blue Crayon */

li
margin-bottom: 5px;

.highlight
color: #FFD700; /* Gold Crayon for emphasis */
font-weight: bold;

.footer-note
margin-top: 30px;
font-size: 0.9em;
text-align: center;
color: #A9A9A9;
border-top: 1px dashed #A9A9A9;
padding-top: 10px;

🚨 The Stunting Crisis in South Africa 🚨

A Triple Burden on the First 1,000 Days

🕰️ Critical Window: Brain Development

The first 1,000 days, from conception to a child’s second birthday, is the most critical time for brain development.

Status: South Africa has failed to lower its stunting rate for two decades.

💔 Stunting: The Developmental Scar

Prevalence: $this.data.stuntingRate of children under five are stunted. (Data from SA Early Childhood Review 2024)

Definition: $this.data.stuntingDefinition

Lifelong Consequences:

    $this.data.stuntingConsequences.map(c => `

  • $c
  • `).join(”)

The nation is losing the battle for a healthy nation’s future.

📉 Economic Failure: The Grant Gap

Root Cause: $this.data.povertyData

Child Support Grant (CSG): $this.data.csgAmount

Food Poverty Line: $this.data.foodPovertyLine

The CSG is substantially too small. The gap determines a child’s future potential.

Confirmed Failure: $this.data.hungerRate live in households where children go hungry.

🚽 Environmental Crisis: Sanitation & Sickness

Poor sanitation compounds the crisis:

  • $this.data.sanitationLacks lack piped water or a flush toilet.
  • Constant illness (diarrhoeal diseases) prevents nutrient absorption, worsening malnutrition.

Tragic Reality: $this.data.childDeaths lose their lives to acute malnutrition each year.

💡 The Solution: Early Learning Programmes (ELPs)

School Readiness Damage: Only $this.data.schoolReadiness of enrolled children are developmentally on track.

ELP Success: Children attending ELPs have a stunting rate of just $this.data.elpStuntingRate (vs. $this.data.generalStuntingRate in the general population).

ELPs are critical access points, with 90% providing at least one daily meal and facilitating health interventions.

`;

// Add Interactivity Listener
shadowRoot.querySelectorAll(‘.fact-box’).forEach(box =>
box.addEventListener(‘click’, this.toggleContent.bind(this));
);

toggleContent(event)
const factBox = event.currentTarget;
factBox.classList.toggle(‘open’);

// Only define the element if it hasn’t been defined (CMS safety check)
if (!customElements.get(‘sa-child-health-infographic’))
customElements.define(‘sa-child-health-infographic’, SAChildHealthInfographic);

})();

Being overweight is often a sign of poverty, where households must prioritise cheap, starchy foods high in calories but low in nutritional density.

This is rooted in deep poverty, with 2.7 million young children living in households where the lack of income makes basic nutritional needs impossible.

Child Support Grant

The financial tool meant to address this, the Child Support Grant (CSG), is simply too small.

At R530, it falls substantially below the R760 food poverty line. The gap between state support and the reality of rising food inflation now determines a child’s potential future.

Because the grant is not keeping pace with costs, over one in ten children under six live in households where they are reported to go hungry because there is not enough food. This statistic confirms that our primary social safety net is failing.

The environment compounds the nutritional crisis

Poor sanitation is a silent killer of potential. Nearly a third of all children under six lack piped water or a flush toilet at home, relying instead on pit toilets or other inadequate systems. 

This exposure makes young children particularly susceptible to diarrhoeal diseases and other infections. When a child is constantly ill, their body cannot absorb nutrients, making malnutrition worse and tragically increasing the risk of preventable death – a reality for the 1,000 children who lose their lives to acute malnutrition each year.

Early school years

The damage is most apparent when children enter the world of learning. The Thrive by Five Index confirms that the stunting epidemic is sabotaging school-readiness. 

Only 42% of enrolled children meet the standard for being developmentally on track in early learning.

The researchers found that moderately or severely stunted children are five months behind their non-stunted peers in cognitive tests.

Even children who recover from early stunting perform poorly compared to their counterparts and the developmental clock cannot be rewound.

Early learning programmes

A solution lies in our Early Learning Programmes (ELPs). The Thrive by Five Index noted that children attending ELPs showed significantly lower stunting rates (just 5.7%) compared to the general population (15.6%). 

This proves that ELPs are not just educational centres; they are critical access points for nutrition and health services, where 90% provide at least one daily meal and many facilitate health interventions like immunisations.

With the Department of Basic Education now coordinating early childhood development, there is an  opportunity to strengthen these nutrition programmes. 

Poverty is rising, grants are failing, and the health of our environment is poor. To break the intergenerational cycle of poverty, we must first win the war against stunting.

If we continue to allow food prices and grant inadequacy to dictate a child’s health and learning, we risk losing the potential of a third of our population.

IOL 

Get your news on the go. Download the latest IOL App for Android and IOS now.



Source link

Leave comment

Your email address will not be published. Required fields are marked with *.