
 Front-End Fire
 Front-End Fire 118: Bun 1.3 - From Runtime to Full-Stack Powerhouse
 Oct 20, 2025 
 Explore the revolutionary features of Remix v3, including its new renderer and manual update model. Discover what's new in Next.js 16 beta, highlighting TurboPack and updated app structures. Delve into Bun 1.3, which aims to be a comprehensive JS runtime with features like dev servers and security scanners. The hosts also cover Firefox's latest view transition support and the W3C's controversial logo redesign. Round it all off with light-hearted shares about Madison, K-pop Demon Hunters, and The Gilded Age! 
 AI Snips 
 Chapters 
 Transcript 
 Episode notes 
Remix Reimagined From Scratch
- Remix v3 abandons React and Preact foundations, shipping a ground-up component model and router system.
- The team presented a renderer, event system, and router that behave independently of React paradigms.
Manual Update Component Model
- Remix's component update model is manual: components run once and expose an update function to re-render downstream.
- The system avoids a VDOM and re-renders subtrees on explicit update calls, trading fine-grained reactivity for manual control.
Don't Migrate Production Yet
- Stick with a battle-tested production framework for critical apps and only experiment with Remix v3 on side projects.
- Keep monitoring the project while the Remix team matures the approach before migrating production systems.
