DEV Community

Cover image for This Week In React #293: Next.js, TanStack, browser(), React Aria | PlainText, Vision Camera, Gesture Handler | Stacked PRs, Flue, Node
Sebastien Lorber
Sebastien Lorber

Posted on • Originally published at thisweekinreact.com

This Week In React #293: Next.js, TanStack, browser(), React Aria | PlainText, Vision Camera, Gesture Handler | Stacked PRs, Flue, Node

Hi everyone, Kasia and Kuba from Software Mansion here.

This week, Next.js 16.3 officially shipped, bringing Instant Navigations to the App Router and cutting dev server RAM usage by up to 90%.

On the React Native side, a new, faster PlainText component and a deep dive into Vision Camera v5.

Across the broader dev ecosystem, GitHub stacked PRs finally entered public preview with native base retargeting and a gh-stack CLI.

Let's dive in!

🏝️FYI: we’re taking a break next week; see you soon!


πŸ’‘ Subscribe to the official newsletter to receive an email every week!

banner


πŸ’Έ Sponsor

Ship AI generated code safely with Meticulous.

Ship AI generated code safely with Meticulous.

Claude writes your code. ClaudeΒ reviews your code. Claude fixes the review comments. And somehow, you're the one getting paged at 2am when it breaks in prod.

Fortunately, top AI-driven teams like Dropbox, Notion, LaunchDarkly, and WizΒ rely onΒ MeticulousΒ to runΒ 1000s of e2e UI tests autonomously, coveringΒ every user flow, edge case, role and permutation. Built by ex-Palantir engineers,Β Meticulous gives you near-exhaustive coverage in weeks, without any developerΒ effort.Β 

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)

Check it out -Β and see why one engineering leader at Dropbox said that β€œonce we started using Meticulous, we couldn’t imagine working without it.”


βš›οΈ React

Next.js 16.3 Released: Instant Navigations & 90% RAM Reduction

Next.js 16.3 - Instant Navigations and 90% less RAM in dev

Next.js 16.3 officially shipped with major engine and runtime upgrades. Long dev sessions now use up to 90% less RAM. Turbopack now supports Vite-like import.meta.glob(), and rebuilds get faster thanks to artifact caching. SSR handles up to 22% more requests. TypeScript 7 is supported by default through a new tsc CLI integration. Various AI improvements include versioned docs for agents, skills, and actionable errors. There are also new APIs such as catchError to create custom error boundaries, and next/root-params useful for i18n.

The core release focuses on Instant Navigations (built on top of Cache Components) to give server-driven apps the snappy responsiveness of an SPA. This signals a clear architectural shift for Next.js: returning to a dynamic-by-default model with fully explicit, predictable caching.


TanStack Table V9

TanStack Table V9

This new major version is finally here, after more than 2 years of work. It lays a new foundation for years to come, with a tree-shakable plugin architecture, state management powered by TanStack Store, new features, major performance improvements, hundreds of bug fixes, and more.

As a framework-agnostic lib, it comes with many framework-specific adapters, including new ones. The existing ones have been refreshed around a new reactivity model. For React developers specifically, it now supports React 18+, works well with the React Compiler, and unlocks more granular reads based on atoms/selectors to avoid useless re-renders.



πŸ’Έ Sponsor

Stop Rebuilding Forms for Every Business Change

Stop Rebuilding Forms for Every Business Change

Hardcoded forms create a costly cycle: every new field, workflow, validation rule or customer-specific variation becomes another development task, code review and deployment.

SurveyJS breaks that cycle. Developers embed a JSON-powered form builder and reusable form runtime into their React application once. Business teams can then create and update forms through configuration rather than application code.

  • Ship new forms faster
  • Reduce repetitive frontend work
  • Launch form changes without waiting for a release cycle
  • Keep full control over your backend, data, security, and branding

Your developers own the platform. Your business teams manage the forms. πŸ™‚


πŸ“± React-Native


πŸ”€ Other


🀭 Fun

alt

See ya! πŸ‘‹

Top comments (0)