The State of React and the Community in 2025

External content

Mark EriksonMark Erikson
injavascriptweekly

The State of React and the Community in 2025

The piece offers a thorough exploration of React’s evolution, community dynamics, and confusion around its development. It explains that React remains the most-used UI library and recently launched version 19—featuring stable Server Components and a new use promise hook—while older APIs have been removed. The author—Redux maintainer Mark Erikson—draws from his long involvement in the ecosystem to clarify motivations behind major architectural decisions, from React Server Components to relationship shifts with Meta and Vercel/Next.js. Notably, the article addresses widespread community concerns—like perceived bias toward Next.js, confusion over using React without full frameworks, and gaps in documentation—explaining these issues and dispelling much of the FUD. Erikson ultimately credits React's maintainers for solidifying the library’s direction and urges improved transparency, communication, and community documentation collaboration.

React
NextJS
15 min read
How JavaScript Was Written Back in the Day

External content

Trevor I. LasnTrevor I. Lasn
injavascriptweekly

How JavaScript Was Written Back in the Day

Trevor Lasn revisits legacy JavaScript code from the 2006–2015 pre-ES6 era, reflecting on its quirks and the challenges it presents today. He discusses how older JavaScript patterns, coding styles, and tools shaped development before modern features like modules and arrow functions became standard. The post highlights both the limitations and nostalgic aspects of this period, providing insight into how far JavaScript has evolved.

JavaScript
Web Development
6 min read
---