Skip to content
Daily Dev Post logo
Daily Dev Post

Performance Optimization

Category Filters
How I Actually Reduced Unnecessary Re-renders (What Worked, What Didn’t)

How I Actually Reduced Unnecessary Re-renders (What Worked, What Didn’t)

A practical guide to reducing unnecessary React re-renders using real project experience. Learn what worked, what didn’t and how to make re-renders intentional.
Pradip Jarhad
Pradip JarhadCreator @ DailyDevPost
What Actually Caused Unnecessary Re-renders (In My Experience)

What Actually Caused Unnecessary Re-renders (In My Experience)

A real world breakdown of common React mistakes that cause unnecessary re-renders. Learn why they happen, how they sneak in, and what actually fixed them.
Pradip Jarhad
Pradip JarhadCreator @ DailyDevPost
The Time I Removed State Instead of Adding More (And Why It Made Everything Better)

The Time I Removed State Instead of Adding More (And Why It Made Everything Better)

Struggling with messy React state? This post shares a real example of removing state, avoiding derived state bugs, and building clearer, calmer components.
Pradip Jarhad
Pradip JarhadCreator @ DailyDevPost