π¨ #268: Bulletproof Comps, Render Types, Tambo, Logo Soup, React Compiler, Ink, Streamdown | RN 0.84, Gestures, Rozenite, Storybook, JSON Render, Targets, TrueSheet | TypeScript, ESLint, Webpack, Vitest, VSCode
Hi everyone!
This week, we have a good variety of React content, with great community articles and various releases. Many generative UI solutions are emerging, and Iβm curious to better understand how they differ from one another.
React Native 0.84 just dropped, and Gesture Handler 3 is in beta. Expo SDK 55 should also be out soon.
As always, thanks for supporting us on your favorite platform:
- π¦ Bluesky
- βοΈ X / Twitter
- π LinkedIn
- π½ Reddit
Ne manque pas le prochain email !

πΈ Sponsorβ
Seer: AI that debugs React errors and writes the fix
Most AI coding tools only see your source code. Seer, Sentry's AI debugging agent, uses everything Sentry knows about how your React application behaves in productionβcomponent trees, state updates, user interactions, and runtime errorsβto debug locally, in your PR, and in production.
How it works:
- Seer scans & analyzes issues using all Sentry's available context.
- In development, Seer debugs alongside you as you build
- In review, Seer alerts you to bugs that are likely to break production
- In production, Seer can find a bug's root cause, suggest a fix, open a PR automatically, or send the fix to your preferred IDE.
Try Sentry for free β‘οΈ

βοΈ Reactβ
Building Bulletproof React Components
A great read from an experienced Vercel engineer, sharing various lessons to harden your React components. The goal is to make them survive real-world usage (SSR, hydration, multiple instances, concurrency, portals, etc.) rather than just working on the happy path.

- πΈ FormEngine Core β Lightweight React JSON Schema form builder library for MUI with true cross-app reuse. No deep React knowledge required
- π A React trick to improve exit animations - A trick to free the componentβs content while itβs animating to avoid visual glitches.
- π The Recent CVEs in React and Node.js Were Found by an AI - Interesting to see the process of security researchers to find the recent RSC DoS vulnerability, and how it can be automated.
- π React Compiler and why class objects can work against memoization - Prefer plain data and pure helpers that the React compiler can observe as inputs.
- π The logo soup problem (and how to solve it) - Brand logos come in various logo shapes, aspect ratios, padding, and weights. Creating a visually aesthetic logo grid is surprisingly complex, but we now have a React library to help normalize them.
- π Next.js at Enterprise Level
- π Authenticated Routes with TanStack Router
- πΈ Product for Engineers - How I actually get good advice
- π¦ Tambo 1.0 - Generative UI SDK for React - An interesting full-stack solution for generative UI with React, tackling problems such as UI state persistence, streaming, and more. Comes with a backend that you can deploy on their cloud or self-host.
- π¦ eslint-plugin-react-render-types - Brings Flow's Render Types to TypeScript via JSDoc - Render Types is a really cool feature of Flow that lets you express constraints on React composition patterns, loved by many engineers at Meta. TypeScript doesnβt support this capability natively, but this ESLint plugin enables it.
- π¦ React Compiler Marker - Universal IDE extension, shows which components are optimized by the Compiler - Recently switched to an LSP, unlocking support for additional IDEs: IntelliJ/WebStorm/Neovim.
- π¦ React2AWS - Write AWS infrastructure like you write React components - Generates production-ready Terraform from JSX components and Tailwind-inspired classNames π€ͺ, fun idea.
- π¦ Ink 6.7 CLI renderer - Add support for React concurrent rendering, synchronized updates
- π¦ shadcn/ui - All blocks now available for both Radix and Base UI
- π¦ Visual Agentic Dev - Immersive React dev environment that lives within the browser
- π¦ Streamdown 2.2 - Animated streaming, improves support for custom HTML elements, completes ReactMarkdown props
- π₯ Wawa Sensei - 3 React Three Fiber Mistakes I'll Never Make Again
- ποΈ This Week in React - Oops more CVEs. AI has React "skills", Astro exits and Tailwind struggles
Ne manque pas le prochain email !

πΈ Sponsorβ
Make React apps fast where it actually matters.
An advanced performance course from Steve Kinney, focused on diagnosing real bottlenecks and fixing slow, janky React apps using modern React 19 patterns.
- π Modern React: Suspense, transitions, deferred values, hydration, server actions
- π Debug Faster: Find unnecessary re-renders with React DevTools & the Profiler
- π§ Smart Optimization: Memoization, virtualization, code splitting, optimistic UI
- β‘ Feel-Fast UX: Learn how React Fiber prioritizes work to keep apps responsive
β± 4+ hours β’ β 4.8 rating
π« From Frontend Masters
π Watch the course: https://frontendmasters.com/courses/react-performance-v2/

π± React-Nativeβ
A new version of React Native just dropped. The highlights:
- Hermes V1 is now enabled by default for automatic performance gains and reduced memory usage
- Precompiled binaries on iOS by default for faster builds, with an opt-out to build from source
- Legacy Architecture Components removed for both iOS and Android

Gesture Handler 3.0 beta - Hook-Based API, Deeper Reanimated Integration & More
This new major version has been overhauled internally. It drops support for the Legacy Architecture, unlocking new capabilities, such as attaching gestures to text fragments. No APIs were removed, but a new hooks-based API makes it compatible with the React Compiler. They also improved the integration with Reanimated and Animated.

- πΈ Radon by Software Mansion - Join 42k+ React Native developers using Radon for faster, more efficient React Native development.
- π React Native PR - Support React Portal with Fabric - React Native portals have been all the rage lately. Teleport just launched 1.0 last week, and we now have an experimental PR that kicks off the discussion of bringing first-class portal support to React Native, at the shadow-tree level (cross-platform).
- π¦ William Candillon sharing WebGPU + Skia demos - You can seamlessly interleave one into the other from both sides.
- π App.js Conf is looking for speakers! Apply to share your insights and stories about building with React Native & Expo! - The CFP is open until 28th February, and you can also get a 10% discount on tickets with our code βTWIRβ.
- π Building Rozenite: The injection - Explains how Rozenite is able to add specialized panels to the React Native DevTools, by hijacking a request.
- π Faster, cheaper, messier: lessons from our switch to self-hosted GitHub Actions - Feedback from The Guardian after migrating their iOS app build from GitHub cloud runners to a self-hosted Mac Mini.
- π How to modernize mobile retail apps with Expo
- π¦ React Native Storybook Tools - RN Storybook maintainer created a new VSCode extension that lets you seamlessly navigate from/to your stories, and a Rozenite devtool plugin.
- π¦ JSON Render 0.5 - Support for React Native - The generative UI library from Vercel now comes with a React Native integration. See also this X video demo.
- π¦ React Native Video Feed - Starter for building TikTok-style video feeds, based on react-native-video v7 (still in beta).
- π¦ Expo Apple Target 4.0 - Add support for 20+ new targets
- π¦ React Native Material Palette - Android Palette API, extracts prominent colors from images
- π¦ React Native ExecuTorch 0.7 - Local speech synthesis - If you are excited about offline-first AI, check also their roadmap toward v1.
- π¦ Expo Paste Input - Paste images and GIFs directly from the system clipboard, flexible native wrapper around
TextField - π¦ True Sheet 3.9 - Side Sheets for iPad and Tablets
- π¦ Expo OpenClaw Chat - Minimal SDK for Expo apps to connect to OpenClaw gateway
- π¦ React Native IAP 14.7.9 - 14.7.9 - tvOS, macOS & watchOS Support
- π€ Callstack Agent Skills updated - New skills to upgrade React Native / Expo
- π₯ Beto - Expo Router iOS 26 Tutorial: Native Tabs, Toolbars, Zoom Transitions (SDK 55)
- π₯ Software Mansion - Radon, An IDE for React Native & Expo
- π₯ Callstack - What Is the React Native AI SDK? A Complete Intro & Quickstart
- ποΈ RNR 353 - Node-API Support for React Native with KrΓ¦n Hansen
- ποΈ Rocket Ship 91 - Gesture Handler v3, AI Agents Everywhere, Animated Components & Tiny Harvest Momentum

π Otherβ
- π TypeScript 6.0 Iteration Plan - The last JS-based version (no 6.1 planned) is about to drop in beta (last minute edit: 6.0 beta is out). A bridge release that prepares us for the faster 7.0 Go rewrite. One notable change is to turn strict mode on by default.
- π Webpack - Roadmap 2026 - The historical bundler plans to ship several new features, such as native CSS module, TS loader, multi-threading support, a universal runtime target, a unified minimizer API, and more. They also published v5.105 recently, with support for
tsconfig.jsonalias resolution. - π Vitest 4.1 beta - Test tags - This upcoming feature lets you categorize tests under tags that you can configure independently. For example, you could tag a test as flaky to assign it a specific retry/timeout policy.
- π The Wrong Work, Done Beautifully - The author of
jsdomreflects on the usefulness of his popular library compared to headless browsers. However, Claude Code restored his enthusiasm for maintaining the project. By the way, v28.0 is out. - π How Rolldown Works: High-Performance Code Splitting with Bitset Logic
- π¦ Almostnode - Node.js in your browser - This lightweight and open alternative to WebContainers can run Next.js and Vite apps.
- π¦ Chrome 145 -
Map.prototype.getOrInsert(), CSStext-justify,letter-spacing- They also announced an early preview of WebMCP in Chrome 146, letting you expose tools for AI agents to interact with your websites/apps. - π¦ ESLint 10.0 - Improves JSX references tracking, removes eslintrc configuration, smaller
- π¦ Bun 1.3.9 -
bun run βparallel / βsequential - π¦ VSCode 1.109 - Improved Agent UX and extensibility

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










