DEV Community

Cover image for This Week In React #274 ⚛️ Next.js, React Router, Storybook, HeroUI| 📱 Reanimated, Worklets, Nitro Fetch, Navigation | 🔀 TypeScript, Signals
Sebastien Lorber
Sebastien Lorber

Posted on • Originally published at thisweekinreact.com

This Week In React #274 ⚛️ Next.js, React Router, Storybook, HeroUI| 📱 Reanimated, Worklets, Nitro Fetch, Navigation | 🔀 TypeScript, Signals

Hi everyone, Seb here 👋!

This week: a new Next.js release, a React Aria-based UI library, Remotion updates, Storybook MCP, and more.

On React Native, multi-threading keeps improving (Worklets, Reanimated), and React Navigation v8 looks close.

Sorry for the weird duplicate email last week, just a mistake 😅


💡 Subscribe to the official newsletter to receive an email every week!

banner


💸 Sponsor

Still writing tests manually?

Still writing tests manually?

Notion, Dropbox and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it. Built by ex-Palantir engineers, Meticulous autonomously creates a continuously evolving suite of E2E UI tests that delivers near-exhaustive coverage with zero developer effort - impossible to deliver by any other means. 

It works like magic in the background:

  • Near-exhaustive coverage on every test run
  • No test creation
  • No maintenance (seriously)
  • Zero flakes (built on a deterministic browser)

🤨 Curious? Book in a time to learn more


⚛️ React

Next.js 16.2

Next.js 16.2

A great minor release that comes with significant performance improvements, but also impactful DX improvements and new interesting features:

  • ~400% faster next dev startup
  • ~50% faster rendering thanks to a React core RSC contribution
  • Redesigned error page
  • Server Function logging in dev
  • next dev --inspect to attach a Node.js debugger
  • Link transitionTypes
  • Dev Overlay now renders Error.cause and a hydration diff indicator to identify client/server
  • Many new experimental features
  • AI improvements: generates AGENTS.md to read versioned docs for agents, browser log forwarding, agent devtools CLI.
  • Turbopack improvements: Faster builds, Server Fast Refresh, tree shaking of dynamic imports, PostCSS config, Subresource Integrity, inline loader config, and more.

Related resources:



💸 Sponsor

React Native for Fire TV App Development

React Native for Fire TV App Development

Your existing React Native codebase can now run on Fire TV with minimal changes, thanks to Amazon Developer’s new operating system, Vega. What’s included:   

  • 40+ open-source libraries you already rely on, like reanimated  
  • Reduced bundle size - React Native is built into the OS and dynamically linked  
  • Vega Module Resolver Preset (VMRP) to automatically replace libraries with their Vega-platform ported equivalencies  
  • Vega Studio, a VS code-extension, for building, testing, and optimizing Vega apps  

Ready to reach new audiences? Check out our getting started guide.


📱 React-Native

Worklets 0.8 - Shareable, Bundle mode improvements

Worklets 0.8 - Shareable, Bundle mode improvements

It’s now easier to use the Bundle mode, which unlocks running more complex things in background threads. Also read the dedicated article on Shareable – shared memory's missing piece, a runtime-bound shared memory primitive that was extracted from Reanimated, and that you can now use for non-animation use cases too!



🔀 Other


🤭 Fun

alt

See ya! 👋

Top comments (0)