π¨ #276: Boneyard, Ink, MUI, React Router, Next.js, shadcn, Docusaurus, Comark, Forms, Shaders | RN 0.85, ViewTransition, Skia, Windows, CRNL, Maestro, True Sheet, Nitro Player, RNGH | JSIR, Security, esbuild, Ky, Intl
Hi there, Seb and Jan here π!
This week brings a collection of smaller, yet still noteworthy, React releases and articles.
On the React Native side, v0.85 just dropped with a new Shared Animation backend. Speaking of animations, we have a little sneak peek of exciting things coming, such as <ViewTransition> and Skia Graphite.
With the recent surge in npm supply chain attacks, itβs worth reviewing the npm Security Best Practices guide to secure your setup.
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 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β
Boneyard - Auto-generated skeleton screens
Instead of manually creating skeleton screens for loading states, this innovative library snapshots your real UI at various breakpoints and captures skeleton "bones" - positioned, sized rectangles that mirror the layout exactly. It supports React, React Native, and other frameworks.

- πΈ Platano - Ship a revenue-ready AI image app this weekend. You know React? That's all you need to launch on the App Store.
- π React Summit - π³π± Amsterdam - 12 & 16 Jun. Catch the latest in React with inspiring talks, networking, and Amsterdam adventures. Save on tickets with promo code TWIR (-10%) !
- π The Precompute Pattern: Encoding Dynamic Data into URLs in Next.js - An advanced technique to maximize the ability for Next.js to pre-render pages. It works particularly well for low cardinality variants such as feature flags and auth status.
- π Under the hood of MDN's new frontend - MDN launched a new frontend, replacing their old and difficult-to-maintain React CRA app for a new stack. They implemented their own Server Components system on top of Lit and Custom Elements, using Declarative Shadow DOM as a progressive enhancement.
- π Moving Railway's Frontend Off Next.js - Feedback on migrating a Page Router app with 200+ routes to TanStack Start in 2 PRs with zero downtime. Their app now builds faster, has a more explicit model, and layout composition is easier.
- π You really, really, really don't need an effect! I swear! - And even when you need one (data fetching), someone already wrote that effect better than you will (React Query).
- π How to implement spring physics buttons with Framer Motion
- πΈ Certificates.dev - Go beyond tutorials. Get certified with real-world React coding exams prepped by Aurora Scharff. Trusted by 680 companies
- π¦ Ink 7.0 - React renderer for CLIs - Unsurprisingly, this package has become quite popular with the rise of AI and terminal apps. This major version upgrades to Node 22, React 19.2, and adds many new hooks, features, and props.
- π¦ Comark - Fast, streaming-ready Markdown parser with support for React and more - An interesting alternative to Streamdown or MDX, coming from the Nuxt team.
- π¦ Docusaurus 3.10 - Security, Docusaurus Faster stable, VCS API, Strict MDX, Site Storage stable - A milestone release to prepare for Docusaurus v4.
- π¦ Shaders beta - The component library for creative WebGPU effects in the browser - A nice solution for modern creative web dev, coming with first-class React components. Commercial usage of React components is free, although thereβs a paid offering.
- π¦ React Hook Form 7.72 - Built-in form-level validation - Useful feature for cross-field validation.
- π¦ Conform 1.18 - Progressively enhance HTML forms with React
- π¦ React Router 7.14 - Support for Vite 8, unstable RSC Framework Mode improvements
- π¦ shadcn CLI 4.2 - New
shadcn applycommand to switch presets easily - π¦ Material UI 9.0 - Accessibility improvements, sx prop performance, and cleanup of deprecated APIs
- π¦ Mantine 9.0 - New components: Scheduling, FloatingWindow, OverflowList, Marquee, and more
- π¦ Next-Intl 4.9 - Support
<Link transitionTypes> - π₯ Web Dev Simplified - You Need To Start Using This Underrated React Hook -
useSyncExternalStore - π₯ React Paris 2026 - YouTube Playlist
Ne manque pas le prochain email !

πΈ Sponsorβ
No breakpoints, no console.log β just AI & time travel
15x faster TypeScript and JavaScript debugging than with breakpoints and console.log, while upgrading your AI agent into an expert debugger with real-time context.
Wallaby.js runs your tests as you type, feeding your AI assistant live runtime values, code coverage, error details, and execution paths β all right next to your code. With Wallaby v3βs new engine π, tests start instantly with cached results, prioritize active files, and stream updates in real time.
Built for testing, Wallaby includes a Time Travel Debugger, the ability to run only opened files, full-context AI integration, smart test runs, and more.

π± React-Nativeβ
React Native 0.85 notably ships with a new Shared Animation Backend built in collaboration with Software Mansion, alongside a few other improvements and breaking changes:
- Shared Animation Backend: This new internal engine will soon be enabled in React Native 0.85.1 and power both Animated and Reanimated. It enables performance benefits for Reanimated, and the core Animated API will finally animate layout props through the native driver!
- DevTools Improvements: Multiple simultaneous CDP connections allow you to debug with DevTools, VS Code, and AI agents simultaneously without sessions dropping.
- Metro TLS Support: HTTPS and WSS during development for testing secure APIs.
- Breaking Changes: Jest preset moved to
@react-native/jest-preset, dropped EOL Node versions, and removedStyleSheet.absoluteFillObject.

- πΈ Product for Engineers - What we wish we knew about building AI agents
- π React PR - ViewTransition support for React Native Fabric - Behind a flag, not ready for prime time, but this is one of many PRs showing that
<ViewTransition>for React Native is being actively worked on! - π React Native Skia - First Graphite pre-release- Google's next-gen Skia renderer (Vulkan/Metal/Dawn) comes to RN Skia, now available in the
@nextdistribution channel. - π Expo brownfield: How to add Expo to your existing native app without a rewrite - SDK 55 introduced a new βisolatedβ approach to integrate Expo in an existing native app. The Expo app is built ahead of time and distributed as a native binary artifact
- π React Native JSI Deep Dive Series - Comprehensive 12-part series covering JSI internals, from C++ architecture to TurboModule integration.
- π How We Optimized Agent Device for Mobile App Automation - Deep dive on reducing LLM token usage by 50% for AI-driven mobile testing through accessibility snapshots and smarter context management.
- π¦ RN Windows 0.82 - Fabric-only, XAML UI Hosting - Community modules can now embed native XAML controls directly in Fabric. New accessibility override API gives third-party modules fine-grained control over screen reader behavior.
- π¦ Create React Native Library 0.60 - Experimental C++ TurboModule, Vite web support for examples - New templates can now scaffold experimental C++ TurboModules for native development. You can now test both native and web support without custom configuration.
- π¦ Maestro CLI 2.4 - iOS 26 support, new
list-devicecommands for easier device selection - π¦ True Sheet 3.10 - iOS 26 scroll edge effects, grabber accessibility
- π¦ Nitro Player 1.0 - Audio player with playlist management, playback controls, and support for Android Auto and CarPlay
- π¦ Skia 2.6 - New immutable Path API
- π¦ Gesture Handler 2.31 - Various bug fixes, fix unresponsive handlers

π Otherβ
- π JSIR - A High-Level IR for JavaScript (RFC) - Google's new JavaScript IR (Intermediate Representation) proposal for static analysis. Already used internally for code analysis and deobfuscation, notably decompiling Hermes bytecode.
- π The Hidden Blast Radius of the Axios Compromise - Last week, the popular
axioslibrary got compromised through a sophisticated social engineering attack. Even if your app doesnβt depend on the library, you may still be affected through transitive dependencies or usingnpxin critical CI workflows. - π What To Know in JavaScript (2026 Edition) - Comprehensive roundup covering ES2025/2026 features, framework updates, runtime landscape, and build tools.
- π The Intl API: The best browser API you're not using
- π¦ View Transitions Toolkit - Utility functions for View Transitions - Filling in gaps for advanced View Transitions patterns. Feature detection, animation optimization, playback control, and automatic navigation types.
- π¦ ESLint 10.2 - Language-aware rules, Temporal support
- π¦ esbuild 0.28 - Import Text proposal, integrity checks
- π¦ Ky 2.0 - JavaScript HTTP client based on the Fetch API

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









