# performance
3 articles
nextjs
Next.js Build Optimization: Complete Guide
Practical techniques to cut Next.js build times and bundle sizes — based on real changes made to 32blog.com.
Mar 2, 2026 · updated Mar 8, 2026 · 8 minreact
React Re-render Optimization: Practical Guide
Stop unnecessary re-renders with memo, useMemo, and useCallback. Learn when to use each, how to measure, and common pitfalls.
Mar 2, 2026 · updated Mar 8, 2026 · 9 minreact
Fix useEffect Infinite Loops
Diagnose and fix React useEffect infinite loops: missing deps, object references, data fetching, stale closures, and debugging tips.
Feb 27, 2026 · updated Mar 8, 2026 · 13 min