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)