π¨ #278: React Email, TSRX, ESLint plugin, Rspack RSC, TanStack, Hook Form | Vision Camera, Expo, Nano Icons, ExecuTorch, Argent, Audio API, CSS, RNSec | TypeScript Go, Node.js, Bun, Hono
Hi everyone, Krzysztof and Filip from Software Mansion here π!
Big releases anchor the week. React Email 6.0 consolidates a fragmented ecosystem into one package, unlocking an embeddable editor and more reliable HTML rendering across mailboxes.
On mobile, Marc Rousavy shipped VisionCamera v5 with a full Nitro Modules rewrite, Worklets integration, pro controls, and a modular plugin architecture.
Heads up on the Vercel April 2026 incident: rotate your integration tokens if you use third-party integrations.
Also inside: Expoβs Series B, Seth Webster joining Expo, the Doctolib WebView-to-Native migration, and fresh releases from TanStack, React Hook Form, ExecuTorch, TS Go beta, Rspack RSC, and more.
Letβs dive in!
As always, thanks for supporting us on your favorite platform:
- π¦ Bluesky
- βοΈ X / Twitter
- π LinkedIn
- π½ Reddit
Don't miss the next 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β
React email matures with a major release that cleans up a fragmented ecosystem. It makes version management much easier and stops the CLI and components from getting out of sync.
Key technical shifts:
- Embeddable Editor: You can use the preview tool as a React component to show users how their emails will look directly in your own app.
- Reliable HTML: The engine that turns React into email HTML handles more different mailboxes quirks.
- Faster HMR: Faster switching between templates and preview, even with complex layouts
Moving away from modularization into one big package is a big step toward making the library stable and more capable. While it might slightly increase bundle size, it enables complex features blocked before, like the embeddable preview and advanced layout transformations.

- πΈ Sentry - Stop flying blind in Next.js. This free workshop covers logs, tracing, and how to connect both in production. Register today.
- π Vercel April 2026 security incident - A few environment variables were accidentally exposed because of a security breach linked to a third-party AI tool. Since some secrets are stored in plain text, it is recommended to rotate them manually as soon as possible.
- ποΈ React Norway - π³π΄ Oslo - 5 June. Check out the stellar lineup featuring Dominik Dorfmeister, Aurora Scharff, and Jack Herrington at the legendary Rockefeller music venue. -10% with code "TWIR".
- π Building a Blog in TanStack - Building a markdown blog with TanStack Start, then going fully static via pre-rendering and static server functions to avoid Shiki's cold-start cost.
- π Build with React, Run on Salesforce: Introducing Salesforce Multi-Framework - A story about the benefits of React that convinced Salesforce to drop their custom solution in favor of React development on their platform. Currently in Beta.
- π AI-Generated UI Is Inaccessible by Default - Common accessibility pitfalls in AI-generated code and ways to ensure correct standards through linting, testing and CI.
- πΈ PlanetScale - Faster apps start with a faster database. Get started with the fastest benchmarked Postgres and MySQL.
- π¦ TSRX - A TypeScript language extension for building declarative UIs - A spiritual successor to JSX. A new framework-agnostic solution created by former React core team member Dominic Gannaway, can compile to React/Solid/Ripple.
- π¦ Rspack 2.0 - The Rust bundler keeps improving on performance and features while remaining compatible with webpack. This new major also includes experimental React Server Components support, with plans to add support for TanStack RSC.
- π¦ TanStack Store 0.11 - New
useAtom,useSelector, andcreateStoreContexthooks -useStoreis now deprecated in favor ofuseSelector. - π¦ ESlint Plugin React Hooks 7.1 - Support for ESLint v10, performance and linting improvements
- π¦ Lingui 6.0 - i18n for React, RN, and more - Technical improvements and modernization
- π¦ React Hook Form 7.73 - Memoized
submit, fasterdeepEqual, enhanced type-safety for deeply nested fields - π₯ Ankita Kulkani - Next.js finally has Page Transitions Now
Don't miss the next email!

πΈ Sponsorβ
Build Gantt Charts in React β No JS Fluff
Take control of your workflow with SVAR React Gantt, a native React component for task scheduling. Add custom Gantt diagrams to your apps β from simple timelines to complex projects with thousands of tasks.
- Pure React architecture for full customization
- Drag-and-drop timeline and easy task editing
- Optimized rendering for large datasets
- Easy integration with Next.js and state libraries
MIT-licensed core. PRO Edition for critical path, baselines, export, and auto-scheduling.
π οΈΒ Learn more & get started

π± React-Nativeβ
Marc Rousavy has released a massive update for VisionCamera. This major upgrade to the camera module includes many new features and improvements. Letβs take a closer look at the main highlights:
- Nitro Modules Backend - The complete rewrite using Nitro Modules results in significant performance improvements.
- Worklets Integration: Now uses
react-native-workletsfor smoother frame processing. - Pro Camera Controls - Full manual support for Exposure, Focus, and White Balance, plus RAW format support.
- Depth & Multi-Cam - You can now stream LiDAR/ToF data and record with front and back cameras simultaneously.
This release comes with a new modular architecture - VisionCamera is no longer one giant package. You can now pick and choose only the plugins you need to keep your bundle size small:
react-native-vision-camera-skia- Real-time filters and overlaysreact-native-vision-camera-barcode-scanner- MLKit integration out of the boxreact-native-vision-camera-resizer- GPU-accelerated resizing for ML tasksreact-native-vision-camera-location- Automatic EXIF tagging

- πΈ PostHog - A beginner's guide to testing AI agents
- π£ Expo raised $45 million in a Series B funding round. They also hired Seth Webster, who previously led the React team and kickstarted the React Foundation. They are betting on an agentic future, at a moment where the React Native ecosystem is expanding faster than ever.
- π¦ The Reanimated team is working on pseudo-selector support for CSS animations
- π¦ The Hermes team is working on JSI support for TypedArrays
- π¦ Evan Bacon demod an iOS simulator running inside of Codex desktop
- π¦ The Codex Expo plugin is now available
- π How Margelo Helped Discord Improve React Native's New Architecture Performance -
A deep dive into concrete low-level optimizations that made the Discord app. Some of these were upstreamed into Reanimated feature flags and the new Shared Animation Backend in React Native core. - π How to Build Your React Native App Locally (APK and .app) - A technical walkthrough for generating local iOS and Android artifacts (.app/.apk) directly from an Expo project using xcodebuild and gradlew.
- π Rebuilding the Doctolib Homepage from Webview to Native - Architectural migration from a WebView using a Backend for Frontend architecture. Time to Interactive dropped ~50% on both iOS and Android after the migration.
- π On-device AI vs Cloud TTS β Kokoro, react-native-executorch - How on-device AI can reduce the cost of TTS without sacrificing quality.
- π Deferred Deep Linking for Mobile Developers with Detour - An explanation of when deep linking is a relevant use case for your app and how Detour implements that concept.
- π¦ Nano Icons - Use any SVG as font. High-performance, build-time icon font generation for React Native & Expo
- π¦ Argent - An agentic toolkit to control, debug, and profile iOS apps from Software Mansion
- π¦ React Native ExecuTorch 0.8 - Vision Camera v5 integration, Vision Language Models support, Whisper model up to 3x faster
- π¦ Maplibre 11.0 - Dropped legacy React architecture support; aligned API with MapLibre GL
- π¦ Graph 1.2 - Support for latest RN, Reanimated & Skia
- π¦ Test Renderer 1.0 - Successor to the deprecated react-test-renderer - Each minor version tracks React 19 line. 1.0.x for React 19.0, 1.1.x for 19.1 (Owner Stacks, CSS-safe useId), 1.2.x for 19.2 (<Activity>, useEffectEvent).
- π¦ RNSec 1.3 - New security rules and native code vulnerability scanner
- π¦ Expo Pretext 1.1 - Brings CSS
text-wrap: balance/prettyto RN - π¦ Audio API 0.12 - Mac Catalyst support, Android ducking, universal resampler, rotating file writer for long recordings
- π₯ Beto - Expo Router v55 Crash Course
- ποΈ RNR 360 - TanStack Native Router with Tanner Linsley

π Otherβ
- π Building a UI Without Breakpoints
- π Shopify Speed Optimization: Fixing The Real Bottlenecks
- π Most Apps Are Slower Than They Need to Be
- π¦ TypeScript 7.0 Beta - The first beta of the Go rewrite is out! It has great compatibility with 6.0 and should be ~10x faster thanks to parallelization.
- π¦ Node.js 24.15 - require(esm) marked as stable
- π¦ Bun 1.3.13 - Fast parallel and isolated tests, faster bun install
- π¦ Fast-Check 4.7 - Property-based testing framework
- π¦ Hono Node.js Adapter 2.0 - Up to 2.3x faster

π€ Funβ


See ya! π








