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.
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 through a new experimental.useTypeScriptCli option. 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.
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.
π React Core PR - browser() API - Exposes a client-only react-dom API to safely suspend SSR for browser-specific components, eliminating hacky server error-suppression workarounds.
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. π
π¦ Faster touchables in Gesture Handler coming soon - RNGHβs Touchable rendered ~300ms faster than RNβs Pressable in a list with 1000 buttons in one of the benchmarks, definitely worth keeping an eye on this!
π Simulators for agents from Expo coming soon - Expo announced a waitlist for on-demand cloud simulators. This helps AI agents build, run, and visually verify app changes.
π¦ React Native Plain Text - A faster, lower memory alternative to use for simple texts, currently limited to static, single-style text. Itβs faster than RNβs core `NativeText/RCTText according to π the author's benchmark.
π£ GitHub stacked PRs now in public preview - Adding native PR stacking with automatic base retargeting, partial merges, and official CLI (gh-stack) integration.
π¦ Flue 2.0 - βReact for Agentsβ - introduces a hooks-based architecture (useModel, useTool, usePersistentState) that replaces static configuration with dynamic agents capable of swapping models and capabilities at runtime.
π Read Online Hi everyone, Seb and Jan here! Back after a little break to cover news from the last two weeks. A lot is going on, apparently not everyone is on holiday because we still have many interesting releases, including many RCs from upcoming major versions. The native React Compiler rollout continues. React v19.3 seems around the corner. Plenty of TanStack Router/Start and Next.js content. React Native 0.87 is now out, paving the way for v1.0. ποΈ Weβll be taking another break next...
π Read Online Hi everyone, Seb and Jan here π! This week we have an interesting React challenger, keeping its mental model but compiled ahead of time. Also various major announcements from the TanStack side. On the mobile side, we have interesting RN 0.87 PRs to look at, discussions around workers / worklets, a WebGPU/Skia integration, and React Navigation 8 / Screens 5 progress. Last week, many proposals progressed during a TC39 meeting. npm is going to scan for malware at publish time. Core...
π Read Online Hi everyone, Seb and Jan here π! This week we have React and Next.js security patches. React Aria becomes first-class in shadcn. A benchmark grades coding agents at real React tasks. The rise of TSRX and its upcoming framework. On the mobile side, Swift Package Manager support is finally coming. A TC39 meeting is in progress; we'll share the proposal updates next week. Oxlint type-aware linting is ready for prime-time. Meanwhile, Yuku explains how it outperforms Oxc at parsing...