Skip to main content

2 posts tagged with "Frontend"

Frontend development topics

View All Tags

What's New in React 19?

· 9 min read
RedDemonFox
Software Developer & Tech Enthusiast

React 19 finally dropped last month, and after spending a few weeks migrating our production apps, I've got some thoughts to share. This release has been a long time coming – nearly two years since React 18 – and brings some of the most significant changes we've seen in years.

If you've been following React's development, you've likely heard whispers about the new compiler, actions, and document metadata. Now that these features are officially released, let's dive into what they mean for day-to-day development.

The Evolution of JavaScript Frameworks - What's Next?

· 14 min read
RedDemonFox
Software Developer & Tech Enthusiast

Last week, I found myself explaining to a junior developer why we have useEffect in React. As I walked through the component lifecycle and side effect management, I realized how far JavaScript frameworks have evolved since I started web development in the jQuery days.

This conversation got me thinking about the broader arc of JavaScript frameworks – where we've been, where we are, and most importantly, where we're heading. Having worked with everything from Backbone to the latest React Server Components, I've had a front-row seat to this evolution. In this post, I'll share my perspective on what's next for JavaScript frameworks based on emerging trends and pain points in today's ecosystem.