Skip to main content

πŸ“¨ #245: TanStack, React Core, Next.js MCP, RSC, memo, Remix, Base UI, React Aria | Precompiled iOS, Rozenite, AI, Perf, Nitro, BottomSheet, Tinybase | TC39, TypeScript, Runtimes, Mocks

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

Hi everyone!

This week, we have a few interesting React releases, many of them from the TanStack ecosystem. I also found great articles and interesting PRs to look at.

On the React Native side, reducing iOS build times will be a very welcome improvement, and Rozenite could significantly improve the React Native DX too!

A TC39 meeting is in progress, and I’ve also heard TS 5.9 and Node 22.18 (the first LTS to unflag type stripping) are both around the corner!

The newsletter will be taking a well-deserved 2-week break 🏝️
We'll be back on August 20. Until then, keep Reacting ✌️

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

Don't miss the next email!

    πŸ’Έ Sponsor​

    Monitoring AI in Production: What Really Matters

    Monitoring AI in Production: What Really Matters

    Running LLMs in prod? Logging prompts and responses isn’t monitoring.Β We broke down what you actually need to monitor - from frontend to model to infra.

    TL;DR:

    • Trace the entire request lifecycle (not just the model call)
    • Track costs, latency, retries, and prompt versions
    • Monitor for output drift, hallucinations, and RAG relevance
    • Use tools like Sentry to get ahead of silent failures

    πŸ€” If you can’t answer β€œwhat changed, and what did it cost us?” - you’re flying blind. Read the rest of the blog here.

    βš›οΈ React​

    Stop Re-Rendering β€” TanStack DB, the Embedded Client Database for TanStack Query

    Stop Re-Rendering β€” TanStack DB, the Embedded Client Database for TanStack Query

    TanStack DB 0.1 is out in beta, 🐦 completing the vision Tanner Linsley had for React Quey from day 1. Unlike Query, which treats data as isolated cache entries, DB provides the missing reactive layer and lets you create relationships between collections, using differential dataflow β€” a technique that only recomputes the parts of queries that actually changed. TanStack DB was designed from the ground up to support sync engines, but it is incrementally adoptable and compatible with REST, GraphQL or anything else.

    Don't miss the next email!

      πŸ’Έ Sponsor​

      Connect performance and reliability to user engagement

      Connect performance and reliability to user engagement

      Are you tired of product managers noticing dropoff and immediately asking you, β€œIs the app working?” Are you frustrated that your only answer is, β€œI don’t see a spike in errors.” Wouldn’t it be great if you could know when dropoff was caused by technical issues as opposed to user choice?Β Check out User Journeys, the latest user-focused observability feature from Embrace:Β 

      • πŸ‘€ Track any user flow without needing additional instrumentation.
      • ⚠️ Prioritize issues based on how they impact completion, abandon, and error rates.
      • πŸ”Ž Explore attribute correlations to hone in on affected user cohorts and streamline troubleshooting.
      • πŸ“Š Measure the parts of the app you own by what matters – real user behavior and business impact.Β 

      Learn more, including how to get started free, at embrace.io.

      πŸ“± React-Native​

      Precompiled React Native for iOS: Faster builds are coming in 0.81

      Precompiled React Native for iOS: Faster builds are coming in 0.81

      iOS React Native builds are about to become much faster. With 0.81, it will be possible to use precompiled versions of React Native and its dependencies, similarly to what is already done on Android. For now, it’s behind an opt-in flag in 0.81. But Expo 54, at the end of August, will use precompiled versions by default.

      The result is impressive, reducing the build time of the RNTester app by 10x. On a larger application such as Expo Go, results are more modest, with a ~37% improvement. Expo is not yet precompiling its Expo Modules, so we can expect Expo Go and real world Expo apps to build much faster soon. Third-party lib authors will also be encouraged to ship prebuilt versions.

      πŸ”€ Other​

      🀭 Fun​

      alt

      alt

      See ya! πŸ‘‹


      Don't miss the next email!