Hi everyone!
Hi everyone, Seb and Armand here! π
This week, we found various interesting React releases and links about directives, Partial Pre-Rendering, performance, micro-frontends, i18n, among other things.
On the React Native side, we had 2 major releases and various interesting weak signals. Beware of the RN Dev Server vulnerability, and make sure to upgrade if needed.
π‘ Subscribe to the official newsletter to receive an email every week!
πΈ Sponsor
Ship Faster with AI Code Review
How many bugs has Sentryβs AI Code Review caught before they hit production? More than 30,000. π€―
Since launch, it has only gotten better, now working its magic 50% faster, and providing agent prompts to automate fixes.
Want to see it in action? Watch the on-demand workshop for a walkthrough of how AI Code Review works and why it is a game changer for production reliability.
Learn more about AI Code Review.
βοΈ React
- πΈ Product for Engineers - 32 things weβve learned about building a startup that scales
- π¦ Navigation API - Available in all browsers soon: This exciting new web platform API will soon be available in all browsers and will redefine how we build client-side / SPA navigation. Instead of using the awkward History API (not initially created for SPAs) and having a
<Link>component that intercepts clicks to callevent.preventDefault()andhistory.pushState(), there will be a central place to handle and intercept navigation events. The React team is working on a Transition Indicator feature that leverages this API to provide native loading state feedback. - π Partial Prerendering - From error-based detection to promise-driven architecture for optimal web performance: A Vercel engineer explains the motivation behind PPR, and why the first attempt - based on throwing errors - didnβt work. This led to a new Promise-based implementation - dynamic IO - later renamed as Cache Components.
- π Implementing Next.js 16 βuse cacheβ with next-intl Internationalization: Explores an incompatibility between Next.js and the next-intl library due to reading the locale from
headers(). An upcomingrootParamsNext.js API should help support i18n and multi-tenancy use cases better. - π Encapsulate as much state as possible in your component: I agree that itβs often better to encapsulate the loading state of a button triggering an async action instead of exposing that state as a controlled prop.
- π The New Programming Frontier: Why Vercel is Redefining "The Language": A high-level article explaining the motivations behind directives. They provide language constructs to improve the DX of building distributed systems.
- π Why startups choose React (and when you shouldn't): Although I donβt necessarily agree with the conclusion, it gives interesting stats about the React ecosystem, including its βlibrary survival rateβ.
- π Using Atomic State to Improve React Performance in Deeply Nested Component Trees: An interactive article showing how Jotai atoms can help prevent useless re-renders.
- π Quality Assurance for i18n in React: Explores how tools like
i18n-checkcan detect missing or unused translation keys and integrate validation into CI to improve translation quality and consistency across React and React Native apps. - πΈ The Road to Next - Master Full-Stack Web Development with Next.js 15 and React 19
- π¦ Immer 10.2: Mark Erikson noticed a performance loss in recent versions of the popular state update library, and heβs on a journey to fix it. He also released Redux Toolkit 2.10, which picks up the initial set of Immer performance improvements.
- π¦ React Concurrent Store - Ponyfill of experimental React concurrent stores: A community-built version of the upcoming React Labs feature, whose goal is to test the integration into Redux and Relay. See this related Redux PR for more context.
- π¦ Turborepo 2.6 - Support for local microfrontend development, Bun package manager stable: It seems Vercel is working on features to improve microfrontend support. See also this podcast with CTO Malte Ubi introducing Remote Components, which should be supported by Next.js later.
- π¦ Storybook 10.0 - ESM-only, Module automocking, typesafe React CSF factories in preview
- π¦ TypeScript Plugin Directives - Language Service Plugin that provides IDE-level awareness for "use server", "use client", "use cache", and more
- π¦ Ink 6.4 - Add
onRender()hook - π¦ React Intersection Observer 10.0 - New
useOnInView()hook - π¦ Next SEO 7.0 - Complete rewrite, new API
- π Shadcn Registry directory - A list of code registries you can browse and pull code and components from
- π₯ Jack Herrington - React Compiler 1.0 with TanStack Start!
- π₯ Ben Davis - The Real NextJS Killer is Finally Here...
- π₯ Ankita Kulkarni - Everyone's Making Fun of Next.js 16
- π₯ Theo - Watch this if you hate React Server Components
- ποΈ This Month in React 2025-10: Post-conf; React 19.2, React Foundation, React Native removing old architecture. Next.js has too many directives
πΈ Sponsor
The Free, The Fast, The Data Grid⦠LyteNyte Grid Core
π«Stop burning the budget on basic data grid features! LyteNyte Grid Core is a free React data grid with the capabilities and performance youβd expect from a paid library.
At just 36kb gzipped, LyteNyte unlocks the premium features other grids lock behind a paywall, such as aggregation, row grouping, data export, and more. Built in React for React, it can be headless or pre-styled, and our clean, declarative API means no more awkward integrations or workarounds.
If youβre not looking for an invoice, start with LyteNyte Grid Core today.
π± React-Native
React Native + Godot β A new frontier for hybrid apps
Born React Native Godot bridges the Godot game engine directly into React Native apps, letting you embed full 2D/3D scenes and physics worlds as native views. Built by Born and Migeran, it runs on iOS and Android with a dedicated engine thread, pause/resume controls, and complete Godot API access from TypeScript.
Core features:
- Cross-platform β Works seamlessly on Android and iOS via LibGodot.
- Lifecycle control β Start, stop, or restart the Godot engine dynamically.
- Pause/Resume β Halt and resume engine execution without losing state.
- Thread isolation β Runs on its own thread to prevent UI jank.
- View embedding β Place Godot scenes inside any React Native view.
- Full Godot API β Access and control nodes, scenes, and signals from JS/TS.
- Worklet bridge β Use React Native Worklets to interact with the engine thread.
This release turns React Native into a true playground for interactive and game-driven experiences merging UI and gameplay in one unified codebase.
Uniwind β The fastest Tailwind bindings for React NativeοΈ
Uniwind brings true Tailwind-style className support to React Native, offering build-time speed, seamless theming, and cross-platform styling across web, iOS, and Android.
Created by the team behind Unistyles, itβs designed to unify design systems, accelerate UI builds, and replace ad-hoc styling with a consistent, high-performance approach :
- A CSS Parser That Goes Beyond Tailwind β Understands Tailwind v4 syntax and regular CSS for hybrid styling workflows.
- Effortless Multi-Theme Support β Register unlimited light/dark or custom themes directly in your Metro config.
- Automatic React Native Bindings β Every core RN component supports
className, plus extra props likecolorClassName. - 2.5Γ Faster Than NativeWind β Build-time caching and Nitro-module integration ensure instant style resolution.
- HeroUI Native Collaboration β First UI kit built entirely on Uniwind, proving real-world compatibility and speed.
- Pseudo-classes + Responsive Design β Use
focus,active,disabled, and media queries just like on the web. - Ready for Scale β Backed by Unistyles tech and optimized for enterprise-grade cross-platform styling.
- πΈ Most Expo libs βjust workβ on Meta Quest, but a few need tweaks. Hereβs whatβs compatible, what breaks, and how to fix it.
- π¦ Mike Grabowski built a cross-platform Turbo Module in Swift that runs on iOS and Android via Swift Android SDK
- π¦ Embedding Hermes made simple: It only takes three C++ steps: create config, create runtime, and evaluate JS.
- π¦ Hermes compilation & runtime modes revealed
- π¦ Launch Flutter apps & websites from the browser with Expo Launch
- π RNLConf - π¬π§ London - 13-14 Nov. Last call to secure your ticket! 2 days of talks, workshops, afterparty, and networking with the React Native community. Get a 10% discount with code "TWIR".
- π Critical RCE vulnerability found in React Native CLI: A critical remote code execution vulnerability that affects the dev server, already patched months ago. If you are on an older version, make sure to update immediately or bind Metro to localhost.
- π Reanimated PR - Shared Element Transition on New Architecture: The exciting PR that brings support for Shared Element Transitions has moved to βready to reviewβ state, is gated behind a feature flag, and has limited scope for now.
- π Expo Router PR β Adds server-data loaders for static web export: Enables preloading and bundling of route data at build time (
web.output: static), bringing faster, data-aware static exports to Expo web apps. - π React Native PR - Implementing missing CSS filters on iOS: Recently, 2 PRs were merged, adding support for grayscale, drop-shadow, saturate, contrast, and hueRotate CSS filters.
- π React Native PR - iOS support for
background-size/background-position/background-repeatin React Native - π¬ State of React Native 2025 Preview / Call for Questions: Invites community feedback to refine the next State of React Native survey and capture real-world insights on architecture, tooling, and ecosystem trends.
- π¬ React Native RFC β Standardized Brownfield Integration APIs for React Native (Android)
- π¦ React Native Windows 0.80 - The New Architecture will be enabled by default
- π¦ Flash-List 2.2 β Adds stickyHeaderConfig & onChangeStickyIndex to support native-driver sticky headers
- π¦ Detox 20.45 β Adds Swift support and iOS18 compatibility
- π¦ React Native WebGPU 0.4 β Adds Web support alongside iOS, Android & visionOS
- π¦ TypeGPU 0.8 β Improving shader ergonomics, performance, and DX
- π¦ React Native Clusterer β High-performance map clustering: Nitro-based lib that delivers up to 10Γ faster geospacial marker clustering.
- π How to Add Meta Quest Support to Your Expo App: Explains how to run Expo/React Native apps on Meta Quest using
expo-horizon-coreand forked modules for VR, enabling cross-platform builds across mobile + VR. - π Onboarding in React Native Doesnβt Have to Be Hard: Introduces
react-native-onboarding, a cross-platform library for smooth, customizable onboarding flows with built-in animations and theming powered by Reanimated. - π React Native for Vega - Recreating Apple & Google Photos in RN β Part 3: Explains how to extend a React Native photo gallery app to Amazonβs new Vega OS using RN 0.72 + Fabric/TurboModules, showing cross-platform setup for Echo & Fire TV devices.
- π How to AirDrop a SQLite Database from Your React Native App
- π Building a MIDI-over-Bluetooth App Using Expo Modules
- π₯ Oskar KwaΕniewski - Building React Native TurboModules with Swift - Event Emitting
- π₯ Expo - How to make Expo apps faster | Expo app development best practices
- π₯ Danβs React Native Lab - How to Create Liquid Tabs with Expo Router and React Native Skia
- π₯ Infinite Red - Live today at 18h CEST or catch the recording - Expo UI with Beto Moedano
- ποΈ Rocket Ship 84 β Expo MCP, MMKV, Godot Games & React Native Package Confusion
π Other
- π Node.js v22 to v24: Last week, Node 24.11 βKryptonβ became the new LTS. The Node.js team now documents breaking changes clearly and provides codemods.
- π setHTML(), Trusted Types and the Sanitizer API
- π¦ Safari 26.2 beta: A massive Safari release is coming, unlocking cool features that will become supported in all browsers, including the Navigation API,
commandfor,hidden="until-found", and more! - π¦ Remix Interaction 0.1: The flexible, composable, typesafe event/interaction package recently introduced at Remix Jam conf.
- π¦ Rspack 1.6 -
import deferImprove tree-shaking, ESM output, barrel optimizations, stable layers, preserve JSX, and more - π¦ SWC 1.15 - Stable ABI, backward-compatible Wasm plugins
- π¦ Vite 7.2 -
build.licenseoption, proxy + HTTP2 support, and more - π¦ Mock Service Worker 2.12 - Support for mocking Server-Sent Events
- ποΈ Syntax.fm - First look at Remix 3
π€ Fun
See ya! π







Top comments (0)