React Compiler: Practical Guide to Auto-Memoization
The React Compiler auto-inserts memoization at build time. How to install it,...
Page 6 of 7 of the Coding Dunia archive, covering articles 61 to 72 of 75. These are the older posts, so check the update date before you copy a config: the TypeScript and React ecosystems moved fast across 2025 and 2026, and a few of these were written against versions that have since shipped breaking changes. Page 1 has the current material.
Showing 61-72 of 75 articles
React Compiler: Practical Guide to Auto-Memoization
The React Compiler auto-inserts memoization at build time. How to install it,...
Rob Pike's 5 Programming Rules From 1989 Still Work
Rob Pike wrote 5 rules of programming in 1989 at Bell Labs....
AI Coding Tools in 2026: What Actually Works for Devs
Comparing GitHub Copilot, Cursor, and Claude Code in daily development work. Real...
Three Pillars of JavaScript Bloat in 2026 and Their Fixes
JavaScript bloat comes from dependency sprawl, polyfill debt, and framework overhead. Learn...
Zustand vs Jotai with TanStack Query Compared 2026
Zustand, Jotai, or TanStack Query for React state? Comparison of re-render behavior,...
TypeScript Utility Types: A Practical Developer Guide
Master TypeScript's built-in utility types: Partial, Required, Pick, Omit, Record, Exclude, and...
How TypeScript Types Make AI-Generated Code More Reliable
AI coding tools write faster but hallucinate APIs and types. Here's how...
React Hooks Best Practices: Common Pitfalls to Avoid
React hooks best practices for production: fix stale closures, dependency array bugs,...
React Server Components with TypeScript: Production Guide
React Server Components run on the server with zero bundle cost. Here's...
CSS Grid vs Flexbox: How to Choose the Right Layout
CSS Grid and Flexbox solve different layout problems. Learn which to use...
React Hook Form vs Formik in 2026: Library Showdown
React Hook Form wins on performance and bundle size vs Formik. Both...
React 19: Complete Guide to New Features and Migration
React 19 guide: Compiler, Actions, useOptimistic, Activity API, and useEffectEvent. Migration steps,...