π¨ #280: TanStack, Remotion, React Router, Remix, Trees, Pracht, shadcn | Expo Go, Ease, Screen Transitions, LegendList, JSI, Gradle, Radon, Baguette, Rozenite, AI | Node.js, Datatype, tsz, Astro
Hi everyone, Seb and Jan here π!
Itβs another quiet week in React, but thereβs still plenty of interesting links to check out about the TanStack and powerful new Remotion capabilities.
React Native had a busier week, with a diverse mix of releases, great articles, and ecosystem updates.
Let's dive in!
As always, thanks for supporting us on your favorite platform:
- π¦ Bluesky
- βοΈ X / Twitter
- π LinkedIn
- π½ Reddit
Ne manque pas le prochain email !

πΈ Sponsorβ
Notion, Dropbox, Wiz, 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β
- πΈ Ship faster with PlanetScale - Blazing fast managed Postgres and MySQL, built for applications of any scale
- β οΈ Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables - Make sure to not install the
tanstackpackage because itβs not owned by the TanStack organization. - π Who Owns the Tree? RSC as a Protocol, Not an Architecture - The traditional RSC architecture β as found in Next.js β is server-driven. TanStack Start frames RSC as a protocol, enabling both server-owned and client-owned composition models.
- π Introducing TanStack Form - A pragmatic intro to this strongly typed and flexible form library.
- π Time to Yield - An SSG benchmark across five React frameworks - The authorβs solution uses generators and yields the static routes to render, making it possible to render the first page sooner.
- π Next.js Link as a Button - Still requires
<Link legacyBehavior>for now, but apparently a solution based on Fragment Refs is coming. - π React Miami 2026 - Conf feedback by Brooks Lybrand. Also explains that interest in React features is at an all time low, and clears up the confusion surrounding React Router and Remix.
- πΈ React Certification - Ready for a Senior role? Take the assessment: 135 minutes, 40 MCQs, and 2 Coding challenges. Get Senior Certified!
- π¦ Remotion 4.0.455 - New
<HtmlInCanvas>component - This component unlocks new impressive capabilities for the React programmatic video framework, letting you interleave regular HTML with fancy canvas-based effects using shaders (demos). - π¦ Remix 3 Beta Preview - The new version of Remix is now in beta preview. Itβs not based on React nor React Router, but still relies on JSX. It uses a different component model where you explicitly trigger re-renders, Frames that you can reload, and doesnβt bundle your app.
- π¦ React Router 7.15 - Stabilizing APIs to prepare for React Router v8, Route matching optimizations
- π¦ Trees - File tree UI library, performant, flexible, with React or vanilla JS
- π¦ Pracht - Preact framework with explicit routing, per-route render modes, cloud adapters
- π¦ shadcn CLI 4.7 - Package Imports and Target Aliases
- π₯ Jack Herrington - 5 Ways To SSR/RSC on TanStack Start
- π₯ Josef Bender - This
<Link preload>Trick Makes TanStack Start Blazing Fast! - ποΈ PodRocket - Next.js works everywhere now, Jimmy Lai tells us how
Ne manque pas le prochain email !

πΈ Sponsorβ
Lingui - Modern, Lightweight i18n for React
Ship multilingual apps faster with Lingui - a lightweight i18n toolkit for React and React Native, with macros, message extraction, and production-ready localization.
It fits naturally into modern stacks like React, Vite, TypeScript, TanStack Start, Remix, Astro, and Svelte, so teams can adopt it without changing their workflow. It also keeps messages clear for translators and works well with AI-assisted localization workflows.
Lingui v6 modernizes the stack with ESM-only distribution, a smaller installation size (62 MB β 35 MB, dependencies 146 β 104), stronger TypeScript support, and configurable JSX placeholder names in the <Trans> component.

π± React-Nativeβ
- πΈ PostHog - The 7 best session replay tools for mobile apps
- π Expo Go and the App Store in May 2026 - Update on a state of Expo Go support for SDK 55 being blocked by AppStore approval.
- π Gradle cache for Android builds - EAS builds now support Gradle caching with ~50% reduction in build times.
- π The real cost of React Native animations: benchmarking every approach - A look into how popular animation solutions run under the hood, how they perform on real devices, and why they differ in per-frame cost.
- π React Native production lessons from React Universe Meetup x Zalando - Four practical patterns from Zalando: measuring brownfield migrations with Meaningful Render, stabilizing video feeds, using RN to bridge web API gaps, and handling on-device LLM hardware variance.
- π Making JSI Faster with more Efficient Data Structures - Use proper tools for a given task as wrong data representation can make your code 30x slower. The article features concrete benchmarks across array shapes and string construction.
- π How react-native-ease runs animations with no JavaScript loop - Analysis how the library takes a different approach than most RN animation libraries to avoid being tied to JS thread.
- π Building custom transitions with react-native-screen-transitions - How to make custom screen transitions to make your app experience stand out.
- π Extending Expo UI with SwiftUI: Building a Native swipeActions Modifier - Walkthrough of building a local Expo module to add SwiftUI's swipeActions modifier to @expo/ui.
- π What's actually happening inside Legend List - Explains what formula does Legend List use to display items optimally and what role optimisation props play in it.
- π Expo to Meta Quest - AI-powered VR development - A migration skill that, combined with Meta's Horizon Debug Bridge MCP, enables an agentic dev loop for VR. Covers Expo workflow setup, resizable VR windows, and performance optimization.
- π¦ Radon IDE 1.17 - Native View Hierarchy Inspector on iOS, Android Network Inspector now captures native traffic, RN 0.85 support, and clipboard sync between computer and device
- π¦ Baguette - Headless iOS Simulator manager/farm + host-side input injection for iOS 26 β taps, swipes, multi-finger gestures, and 60 fps streaming
- π¦ Rozenite 1.8 - Nitro traffic support in the network activity plugin, SQLite agent tools, and a Rozenite for Agents SDK
- π¦ Agent CDP - CLI for Chrome DevTools Protocol, debug targets, console, traces, heap snapshots, profiling for Chrome, Node.js, and React Native - Part of the agent-tools family from Callstack.
- π¦ Agent Device 0.14 - Android snapshot helper, skillgym tests, and replaces bulky skills with versioned CLI help
- π¦ Reactotron 3.3 - Adds an MCP server for Claude Code integration
- π¦ RN Enriched 0.7 - EnrichedText component for HTML rendering and experimental web support - Now a complete rich-text solution where inputs and display text use the same format.
- π¦ Nitro Geolocation - Nitro-powered geolocation with a compat API for
@react-native-community/geolocation- Includes a Rozenite DevTools plugin for mocking locations and an Agent Skills migration playbook. - π₯ Beto - How React Native Builds Actually Work (APK, AAB, IPA, APP)
- π₯ notJust.dev - Let's build a Podcast app for Fire TV using Vega OS & React Native
- ποΈ React Native at Scale with Kadi Kraman | Expo, Mobile Development, EAS, OTA Updates

π Otherβ
- π The end of responsive images - You donβt need to define explicit breakpoints anymore. With
<img loading=βlazyβ sizes=βautoβ>, all modern browsers will figure out the appropriate image size based onsrcset. - π Media Queries Range Syntax - CSS range queries such as
@media (300px <= width <= 500px)are widely supported by all browsers. - π Why βTrusted Publishingβ Canβt Save Us from Social Engineering - npm Trusted Publishing and provenance features do not protect against attackers publishing on behalf of a compromised maintainer.
- π The O(n^2) Bug That Looked Like Clean Code - Highlights several JS patterns that seem fine at first glance but lead to quadratic complexity.
- π¦ Node.js 26.0 - This major release unlocks exciting new APIs such as
TemporalandMap.getOrInsert(). It also upgrades the HTTP client. Letβs take the opportunity to remind that the Node.js release schedule is evolving and dropping the even/odd distinction after this release: v27 will become LTS. - π¦ Datatype - Variable font that turns text into charts - A really cool idea, relying on font ligatures!. This might be an efficient way to show little inline charts in grid/list views.
- π¦ tsz - TypeScript compiler in Rust - WIP but nearly complete, faster than tsgo, drop-in replacement.
- π¦ Astro 6.2 - SVG optimizer, experimental Logger and
getFontFileURL()APIs - Also a sneak peek of Astro v7 now in alpha, including Vite 8 and stable Rust compiler.

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








