π¨ #274: βοΈ Next.js, React Router, Storybook, HeroUI, Remotion, Lucide, useEffect | π± Reanimated, Worklets, Nitro Fetch, Navigation, Rozenite, MMKV, Windows, Swift | π TypeScript, Signals, Zero, Valibot
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 π
As always, thanks for supporting us on your favorite platform:
- π¦ Bluesky
- βοΈ X / Twitter
- π LinkedIn
- π½ Reddit
Ne manque pas le prochain email !

πΈ Sponsorβ
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β
A great minor release that comes with significant performance improvements, but also impactful DX improvements and new interesting features:
- ~400% faster
next devstartup - ~50% faster rendering thanks to a React core RSC contribution
- Redesigned error page
- Server Function logging in dev
next dev --inspectto attach a Node.js debugger- Link
transitionTypes - Dev Overlay now renders
Error.causeand a hydration diff indicator to identify client/server - Many new experimental features
- AI improvements: generates
AGENTS.mdto 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:
- πImplementing Next.js 16 'use cache' with next-intl Internationalization - Recently updated to include usage of the new
experimental.rootParamsfeature, letting cached components read the locale directly instead of receiving it as a prop. - π Error Handling in Next.js with catchError - This new
unstable_catchError()API is a framework-aware alternative toreact-error-boundarythat discards Next.js control flow errors and can refetch RSC data. - π₯ Ankita Kulkarni - Next.js 16.2 Just Changed AI Coding Forever

- πΈ Product for Engineers - WTF does a product manager do? (and why engineers should care)
- π Start naming your useEffect functions, you will thank me later - Advocates for giving an inline name to Effect functions to convey your intent, even if itβs encapsulated within a custom hook. If you canβt find a decent name, maybe the Effect does too much or should not exist.
- π use(): The Hook That Breaks the Rules (On Purpose)
- π Test IDs are an a11y smell
- π Type Safety in React Router
- π Post-React Compiler React Coding Guide (For AI Agents)
- πΈ Sentry - Why your Next.js stack traces point to random chunks (and how to fix it)
- π¦ React Router 7.13.1 & 7.13.2 - Recent patches introduced new unstable APIs such as the
getRequest()API for RSCs, and a future flag to access βpass-throughβ (un-normalized)Requestobjects. The<Link unstable_mask>makes it easier to implement URL masking, letting you replicate Instagram-like UX: open gallery images in a modal, and render them full screen on refresh. - π¦ HeroUI 3.0 - We usually donβt feature most UI libraries, but this one, based on React Aria and Tailwind, has been cooking for a while, and looks more polished than the average UI lib. Although itβs not a cross-platform abstraction, it offers a React Native variant using similar composition patterns and design tokens.
- π¦ Storybook 10.3 - MCP, Vite 8, Next.js 16.2, ESLint 10 - Thereβs a dedicated article on the Storybook MCP for React.
- π¦ Lucide Icons 1.0 - Quite popular icon solution in React and shacn/ui.
- π¦ Lexical 0.42 - Extensible text editor framework from Meta
- π¦ Hiraki - Zero-dependency React drawer component
- π¦ json-render Ink - Generative UI for the terminal, comes with 27 React components
- π₯ Jonny Burger - Remotion is getting even better! - Cool features landed recently in the React video creation tool, such as Light Leaks, Sound Effects, Rspack, and AI-related improvements. Letβs not forget the integration with Vercel Sandbox: I wouldnβt be surprised if we could soon fully vibe-code videos directly in the cloud.
Ne manque pas le prochain email !

πΈ Sponsorβ
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
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!

- πΈ Make React apps fast where it actually matters. Learn how to diagnose real bottlenecks and fix slow, janky React apps using modern React 19 patterns.
- π Glassworm Strikes Popular React Native Phone Number Packages in Supply Chain Attack - Affects
react-native-country-selectandreact-native-international-phone-number. - π Glow Effect on TextInput with Reanimated CSS Animations
- π From skeptic to convert: how Fieldy adopted Expo for their AI wearable
- π¦ Reanimated 4.3 - CSS animations for SVG, Shared Values on multiple threads, typesafety
- π¦ React Navigation 7.17 - New
.with()method on static config to add a wrapper around the navigator - Also available in v8.alpha. React Navigation wants us to use the Static API more. It unlocks automatic type inference and deep linking, and yet covers most dynamic use cases. - π¦ React Native Navigation SDK - TIL that Google provides an official React Native library for Google Maps (in beta).
- π¦ Swift 6.3 - C interop, module selectors, Swift Build preview, Android SDK, and more
- π¦ Nitro Fetch 0.2 - Add support for Streaming, formData, AbortController, RN 0.85
- π¦ React Native Windows 0.82 - New-Architecture only
- π¦ Rozenite 1.5 & 1.6 - DevTools for AI Agents, new File System plugin
- π¦ MMKV 4.3 - MMKV upgrade,
compareBeforeSetoptimization, configure default log level at build time - π¦ Uniwind 1.6 - Border curve utilities
- π¦ Detox 20.48-50 - Support simulator launch
--arch, liquidGlass overlay - π¦ Agent Device 0.10 - Can control macOS apps
- π₯ Beto - React Navigation v8 Crash Course β Liquid Glass, Tabs & More
- π₯ notJust.dev - State of React Native - What's new in 2026
- ποΈ RNR 357 - React Native 0.82β0.84 & Expo 55

π Otherβ
- π Fix Flaky Jest Tests in CI with maxWorkers (and why it works) - Tests parallelization can lead to timeouts, but you can fine-tune parameters to reduce test time and flakiness.
- π Who Is Responsible for AI-Generated Code? - Will Node.js ban AI-generated code from its core, even when thereβs a human in the loop?
- π The Three Pillars of JavaScript Bloat
- π¦ TypeScript 6.0 - A βbridgeβ release toward the 7.0 Go rewrite, which is almost complete. This release also changes defaults (
strict: true,types: []...), improves subpath imports, adds types for Temporal and upsert, and more. - π¦ Mixed Signals - Bridging the Server-Client Boundary with Signals - The Preact team is working on a new transport-agnostic solution in which the reactive signal graph spans the network boundary.
- π¦ Edge.js - Running Node apps inside a WebAssembly Sandbox
- π¦ Zero 1.0 - Sync engine is now stable e
- π¦ ArrowJS - UI framework for the agentic era
- π¦ Valibot 1.3 - Smarter pipelines, result caching, and new validators

π€ Funβ
See ya! π
Ne manque pas le prochain email !








