React.js11 min read
React and Next.js in 2025: A Complete Transformation
The React and Next.js ecosystem in January 2025 looked dramatically different from where we stand now in December. React 19 had just stabilized. Next.js 15 was ...
All posts tagged with #react-compiler
The React and Next.js ecosystem in January 2025 looked dramatically different from where we stand now in December. React 19 had just stabilized. Next.js 15 was ...
I spent years wrapping components in React.memo, optimizing callbacks with useCallback, and caching expensive computations with useMemo. It became muscle memory...