Skip to main content

πŸ“¨ #285: React.foundation, Rust Compiler, SΓ€tteri, Motion, TanStack Table, React Router, Flow, NavLink | Runtimes, JSI, Standard Navigation, Testing Library, Static Hermes, BottomTabs, AGP, AI, Windows | VoidZero, npm, Rolldown, Angular

Β· 13 min read
SΓ©bastien Lorber
Newsletter creator - Docusaurus maintainer

Hi everyone, Seb and Jan here πŸ‘‹!

This week, we’re taking a look at the new React Foundation website, as the React core repositories transition to their new home. All eyes on the React Compiler in Rust, coming soon in your everyday toolchain.

React Native 0.86 is almost here, but releases apparently like to land on Wednesday evenings πŸ˜… so we’ll cover it next week. Let’s focus on React Native Runtimes instead, a quite interesting multi-threading innovation.

Cloudflare has acquired VoidZero, and npm v12 will officially block postinstall scripts by default in July, improving our supply chain security.

Let's dive in!

As always, thanks for supporting us on your favorite platform:

Don't miss the next email!

    πŸ’Έ Sponsor​

    Ship AI generated code safely with Meticulous.

    Ship AI generated code safely with Meticulous.

    Claude writes your code. ClaudeΒ reviews your code. Claude fixes the review comments. And somehow, you're the one getting paged at 2am when it breaks in prod.

    Fortunately, top AI-driven teams like Dropbox, Notion, LaunchDarkly, and WizΒ rely onΒ MeticulousΒ to runΒ 1000s of e2e UI tests autonomously, coveringΒ every user flow, edge case, role and permutation. Built by ex-Palantir engineers,Β Meticulous gives you near-exhaustive coverage in weeks, without any developerΒ effort.Β 

    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)

    Check it out -Β and see why one engineering leader at Dropbox said that β€œonce we started using Meticulous, we couldn’t imagine working without it.”

    βš›οΈ React​

    The React.Foundation website

    The React.Foundation website

    The React Foundation was announced nearly a year ago, and you may be wondering what actions it has taken so far. Did you know the React Foundation had a website? Although it’s still a work-in-progress (source code), it’s already up and running and worth taking a look at to discover what’s planned, such as:

    • A system to fund maintainers of critical ecosystem libraries
    • An official React merchandise store with profits redistributed to maintainers
    • Quarterly transparent reports with revenue details, maintainer funding, and more
    • A logged-in β€œContributor Status” page, adding a cool gamification layer

    Earlier today, most React-related repositories also moved from the facebook GitHub organization to the react GitHub organization, reflecting the transition to the React Foundation. This includes React, React Native, Yoga, JSX, Metro, React-Strict-DOM, Create-React-App, and more.

    It’s not facebook/react anymore, but react/react: end of an era!

    Don't miss the next email!

      πŸ’Έ Sponsor​

      Agent Conf 2026: Learn to Ship Cross-Platform with AI

      Agent Conf 2026: Learn to Ship Cross-Platform with AI

      Callstack’s Agent Conf (September 17-18, 2026, Warsaw) is bringing together hundreds of agentic engineering practitioners, with Nader Dabit, Levan Kvirkvelia, Tejas Kumar, Kent C. Dodds, Kitze, David Mokos, and more speakers to be announced soon. Learn how to work better with agents: build intuition for when to guide or let them run, understand loops, memory, cost, and failure modes, coordinate multi-agent systems, and hear what’s actually working for teams adopting agentic workflows today.

      The last Early Bird Tickets are still available. Get an extra 10% off with promo code TWIR.

      πŸ“± React-Native​

      React Native Runtimes

      React Native Runtimes

      Margelo, in collaboration with Callstack, introduced a new package to add a multi-runtime layer to React Native apps. It’s a great solution for performance-heavy features and business logic isolation to avoid blocking interaction.

      If your app has features that jank on mount, slow first-open screens, background hydration or decoding, state logic competing with animation, it might be worth checking it out.

      Key features:

      • Run selected components, screens, and headless tasks.
      • Share state across runtimes through a native Zustand-style C++ singleton.
      • Prewarm runtimes to avoid cold-start lag.
      • Call a typed function on a specific runtime and await the result.
      • Expo support with a config plugin.

      πŸ”€ Other​

      🀭 Fun​

      alt

      See ya! πŸ‘‹


      Don't miss the next email!