π¨ #213: React 19, Next.js, React Compiler, React Router, Restyle, Lingui, State of RN, Uniffi, Shared Objects, Fast IO, Sheet Transitions, Radon, TC39, OpenAuth, TypeScript, Dioxus...
Hi everyone!
Cyril and Matthieu from Theodo Apps (formerly BAM) here π, standing in for Seb to bring you the latest news from React and React Native!
React 19 is officially stable. The number of articles and releases we mention below that are linked to its new features show how big a release this is π
The State of React Native 2024 survey is live. Donβt miss your chance to shape the future of React Native!
Thereβs also exciting progress in using Rust for frontend apps with tools like Uniffi for React Native and Dioxus, paving the way for more powerful, cross-platform experiences.
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β
WorkOS: Modern Identity Platform for B2B SaaS
With WorkOS you can start selling to enterprises with just a few lines of code.
πΒ WorkOS AuthKit supports a complete user management solution along with SSO, SCIM, RBAC, & FGA.
ποΈΒ The APIs are flexible, easy-to-use, and modular. Pick and choose what you need and integrate in minutes.
π¨ Design and user experience are everything. From the quality of our documentation to how your users onboard, we remove all the unnecessary complexity for developers.
β¨Β AuthKit is free up to 1 million MAUs and includesΒ bot protection, MFA, RBAC, & more.
π€ WorkOS is trusted by hundreds of leading startups like Perplexity, Vercel, & Webflow.
Get started with WorkOSΒ π
βοΈ Reactβ
React 19 RCs' has been one of the main characters of this newsletter for the past year, so thereβs not much more to say apart that it's officially stable, apart 2 new features: the pre-warming feature that delayed the release, and new React-DOM static APIs. Here's a good reminder of other features we already covered;
- Actions / Server Actions /
useActionState()
<form>
+ progressive enhancement compatible hooks<Context>
instead of<Context.Provider>
- The
use()
hook - Custom Elements
- Ref as standard props and ref callbacks cleanup functions
- Meta tags handling
- Resource preloading
- Better errors and hydration diff reporting
Related videos covering the release:
- π₯ Theo - React 19 is finally out!
- π₯ Ankita - Master React 19 Changes in 5 Minutes!
- π₯ Brandon Roberts - React 19: What every Angular Developer Needs to Know!
- πΈ React Bricks β the Visual CMS for React got more accessible with lower entry price and flexible pay-as-you-go options. Start for free!
- π A new React Router tutorial: It goes over most of the features youβll need in ~30 minutes
- π How React Compiler Performs on Real Code: Enabling the compiler on a real app led to same performance on initial load, and improved performance on interactions. But the compiler is not always able to fully optimize your existing code.
- π Ref Callbacks, React 19 and the Compiler: TkDodo looks into ref callbacks, which now have cleanup functions. When should they replace
useEffect
? - π Building Scalable Micro-Frontends with Next.js Multi Zones: Being able to deploy independently is a major advantage for big teams, and it turns out itβs not that complicated with Next.js
- π Root Element API in waku: Customize
<html>
,<body>
and<head>
in a\_root.tsx
file - π Multi-framework docs with Astro Starlight
- π SSR is not expensive
- π Reflections on managing state
- π¦ Next.js 15.1: React 19 stable, improved error debugging,
after
(to run code after the response is sent, eg for analytics) is stable, and new experimentalforbidden
andunauthorized
APIs that work likenotFound
- π¦ Restyle 3.0: A very lightweight CSS-in-JS lib for React which uses the new React 19 metadata APIs
- π¦ Lingui 5.0: Support for RSC and a new
useLingui
macro among other improvements. - π¦ react-render-stream-testing-library 2.0: No major new features, some breaking changes were necessary to be compatible with React 19
Don't miss the next email!
πΈ Sponsorβ
From solo to collaborative: React + Stream Video!
Stream's Video React SDK empowers developers to integrate video calls, conferencing, and livestreaming with ease.
βοΈ By Developers for Developers: Fully customizable UI components and hooks, comprehensive documentation, and quickstart templates.
βοΈ Blazing-Fast Performance: Sub-200ms latency and WebRTC-powered scalability.
βοΈ Out-of-the-Box Features: Group calls, screen sharing, and adaptive bitrate, codecs, etc.
Build Fast. Scale Effortlessly. Get Started With Stream.
π± React-Nativeβ
The State of React Native 2024 survey is live! π This is your chance to influence the future of React Native by sharing insights on trends, tools, and challenges. Your feedback helps guide the Expo and Meta teams in shaping improvements each year, benefiting the entire community.
- πΈ React Native Mastery - Now open for enrollment!
- π¦ RN Unistyles v3 supports scoped theme: A missing feature since the removal of
UnistylesTheme
in v2. - π The real-world impact of Shared Objects in Expo Modules: Shared Objects in Expo Modules enable seamless integration between native and JavaScript, improving API design and cross-package compatibility.
- π Introducing Uniffi for React Native: Rust-Powered Turbo Modules: Uniffi for React Native integrates Rust with Turbo Modules, unlocking the entire Rust crates ecosystem for React Native apps.
- π Automated EAS Updates in a bare React Native app with Multiple Flavors & Schemes: An article perfectly timed for projects that donβt use Expo or EAS but rely on CodePush, and are in need of an OTA update solution before CodePush is officially sunset.
- π Developing a React Native TV App
- π¦ React Native Sheet Transitions - Beautiful universal sheet transitions: Looks impressive, but still in active development.
- π¦ @lingui/metro-transformer: Eliminates the need to precompile
.po
translation files by handling compilation during Metro bundling. - π¦ React Native Fast IO pre-release: High-performance I/O solution for React Native, implementing standard W3C APIs like WebSocket, Fetch, FileSystem, Blob, and Streams, powered by Nitro.
- π¦ React Native Bottom Tabs v0.7.2 - macOS support, support for sidebars
- π¦ React Native Video Player v0.15
- π₯ A live demo of Radon IDE: the VS Code extension for streamlining development
- ποΈ RNR 316 - Debugging the Debugger with Cedric van Putten and Alex Hunt
π Otherβ
- π TC39 105th meeting: several ES proposals progressed this week including Intl.DurationFormat, Immutable ArrayBuffer, Import Sync and more.
- π Airtable - Scaling TypeScript to thousands of projects
- π Node.js Delivers First LTS with require(esm) Enabled, Enhances Security and Release Automation
- π Solving NΒ² Complexity with JavaScript Maps
- π CSS Wrapped 2024
- π How to improve your page load time with browser caching | DebugBear
- π Exploring Node.js Readable Streams
- π¦ OpenAuth - Universal, standards-based auth provider
- π¦ Dioxus 0.6 - Rust fullstack cross-platform app framework: Looks like it's taking a lot of inspiration from React, and this large release adds many things such as Server Functions, SSG/ISG, Streaming HTML and much more.
π€ Funβ
See ya! π
Don't miss the next email!