This Week In React #210: React 19 pre-warming, Next.js, IDE, TanStack, React Scan, MistCSS, PayloadCMS, Expo Workflows, Universal RSC, use dom...

Search for a command to run...

No comments yet. Be the first to comment.
Hi everyone! Krzysztof and Tomasz from Software Mansion here ๐ It's been a fairly calm week for the React ecosystem, but not for the React Native world. Meta has made an exciting announcement about the release of React Native 0.80, where they've dec...

Hi everyone! This week is relatively calm in the React ecosystem, but we still have various interesting blog posts and releases. Maybe we'll soon get some exciting news from React Summit that's about on Friday! On the React Native side, all the devs ...

Hi everyone! I thought I was on schedule for today's issue, until I realized that Dan Abramov wrote 4 RSC blog posts this week ๐. We also get great releases, including Storybook, LiveStore, Base UI, and the Lingo Compiler is a quite exciting innovat...

Hi everyone! Cyril and Matthieu from Theodo Apps here ๐. This week, the Remix team announced some big news. Microsoft has also made it easier to try out TypeScript Go rewriting. In the React Native world, there were a few minor but interesting relea...

Hi everyone! This week, we're delighted to finally have a preview of React Server Components support in React Router. I've also found some very interesting PRs on the React repo, and give you a glimpse of what could be coming soon! The React Native e...

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!
Big news from the React world this week! React 19 is back in RC, six months after its initial release was postponed. The suspense over Suspense is finally easing with the introduction of pre-warming.
Expo is making waves during its launch party, and the excitement keeps building! ๐
The newly announced Expo Workflows promises to revolutionize CI/CD for React Native apps with pre-packaged jobs, intelligent machine selection, and seamless automation โ streamlining the entire release process.
Meanwhile, Universal React Server Components in Expo Router have entered beta, marking a major milestone in the journey toward server-first React Native development.
And the party isnโt over yet! ๐ Stay tuned for next weekโs issue, where weโll dive into even more announcements from Expoโs ongoing celebration.
Also check our partner conf React Paris 2025 (๐ซ๐ท Paris - 20 & 21 March). Kick off your year with one of the first dev conferences of 2025! Speakers include Dominik 'TkDodo' Dorfmeister, Kent C. Dodds, and Aurora Scharff. CFPs are open, and you can get 20% off tickets with code "TWIR"!
We'd be super grateful if you'd share this newsletter or support us here :
Letโs dive in! ๐
๐ก Subscribe to the official newsletter to receive an email every week!
Handsontable: Advanced data grid for your React app
Handsontable is a feature-rich data grid designed for React developers who need a powerful, customizable, and accessible solution to manage complex data.
A unique spreadsheet-like interface with sorting, filtering, and CRUD operations
Advanced operations like conditional formatting and 400 built-in formulas, similar to Excel
Customizable editors and renderers, allowing dropdowns, menus or custom components within grid cells to fit specific use cases
Optimized performance for smooth and responsive interactions
Accessibility with WCAG 2.1 compliance for better support for users with disabilities
Handsontable adapts to various use cases, from enterprise applications to simple websites, offering performance and flexibility trusted by companies worldwide.
React 19 RC1 - Siblings pre-warming
Weโve covered how the initial release of React 19 was aborted because of a change in Suspense that would have caused waterfalls in apps that use Suspense without starting fetches in event handlers.
The React team has been hard at work to reintroduce Suspense sibling prerendering without causing performance regressions for apps that start fetching early. Their solution is now ready and itโs called pre-warming. Dominik, the React Query maintainer who raised awareness of this problem, has confirmed heโs happy with the fix.
As usual, the new features were already available in Next.JS (which uses react canary). They include server components and actions, the new use hook, improvements to forms handling (useFormStatus and useOptimistic), and a small but long-awaited change: forwardRef is not necessary anymore!
๐ธ Omlet โ Scan your repo and measure how and where React components are used
๐ Next.js segment cache initial implementation: A rewrite of App Router's client caching implementation, designed with PPR and "use cache" in mind. Not production-ready at all, but in the future Next will cache by route segment instead of by full URL.
๐ React Query may soon have a unified staleTime per query instead of one per โobserverโ (e.g. each useQuery). This will be less flexible but certainly easier to reason about.
๐ React IDE: Mofei (React Compiler team) unveils at React Summit the plan to work on a VSCode extension powered by the compiler. Don't get too excited, because we don't know much about it yet!
๐ The Road to Next: Robin Wieruch launched his paid Next.js 15 course with early access discounts.
๐๏ธ React Day Berlin - ๐ฉ๐ช Berlin - 13 & 16 December - Hurry and grab your ticket to the conference as prices are about to go up! And donโt forget your discount with code โTWIRโ.
๐ Essential Typescript for React: A concise article on the most valuable tips to be productive.
๐ Be careful with useSyncExternalStore: implementation of a useLocalStorage hook using useSyncExternalStore and superjson.
๐ 5 differences between React server components and server-side rendering: At this point you already know that they are not at all the same. This recaps the concrete differences between the two.
๐ Creating your own React design system analytics tool with react-scanner
๐ Vercel - Skew Protection is now enabled by default for new projects
๐ React Anti-Pattern: Stop Passing Setters Down the Components Tree
๐ฆ react-scan: The MillionJS team released a new tool to find performance issues (re-renders) in React apps.
๐ฆ PayloadCMS 3.0 - Seamless integration with Next.js app router: The CMS can now run seamlessly within your existing Next.js app, exposing a withPayload() plugin.
๐ฆ MistCSS 1.0: Instead of generating full React components from CSS, the library now bets on generating types to enhance intrinsic React JSX elements. Interesting idea!
๐ฅ Jack Herrington - โuse cacheโ NextJSโs latest take on data caching
๐ฅ Theo - How To Avoid Big Serverless Bills: Various tips for Vercel or Next.js users.
Unleash Document Superpowers in Your React Apps!
Attention React enthusiasts: PSPDFKit is now Nutrient! ๐ We may have a new name, but our Web SDK is the same best in class choice you've come to rely on for viewing, annotating, and editing PDFs and other document types.
๐๏ธ Get started quickly with a free trial and extensive documentation
โฑ๏ธ Save time developing by leveraging the slick built-in UI and Baseline-UI, our new design system
๐ ๏ธ Leverage extensive APIs for processing and customization
๐ Make use of our support and solution engineering team to get help from domain experts
We've got you covered on all platforms from mobile to backend.
Want to work on challenging problems and have impact on hundreds of applications? Check out our open positions such as Senior Frontend Developer.
Expo Workflows Expo has announced "Workflows," a new CI/CD tool for React Native and Expo apps that simplifies and accelerates app releases with pre-packaged jobs (such as E2E tests using Maestro), automated workflows, and smart machine selection for optimal performance. While itโs not a direct replacement for more general CI/CD solutions like GitHub Actions, it promises exciting improvements worth exploring.
๐ Expo Launch Party is still running. Donโt miss their announcements!
๐ Universal React Server Components in Expo Router (in beta): Expo Router introduces for the first time universal React Server Components, enabling server-side rendering in both native and web apps. Though not production-ready due to unavailable production exports and mainly aimed at library authors, it's an exciting development because it enables direct server-side access to resources like secrets, databases, and file systems, simplifying development and improving performance by eliminating client-server round trips.
๐ The magic of Expo DOM Components: Expo DOM Components make it easier to integrate web features into React Native apps, combining the speed of WebViews with incremental native migration. While limited by WebView performance and compatibility with some Expo features, future updates aim to enhance native integration and optimize performance.
๐ Mastering the Big Screen: React Native for TV guidebook
๐ฆ Oskar made a POC of Jetpack Compose adaptive navigation for react-native-bottom-tabs
๐ฆ Mike demoed a 1.2GB file upload over the network with React Native FastIO
๐ฆ Jay is cooking a new List component, codename Legend List, that may be even faster than FlashList
๐ฆ React Native 0.76.2
๐ฆ React Native Executorch 0.1 - Run AI models on device, powered by ExecuTorch
๐ฆ React Native SVG 15.9 - New filters FeDropShadow and FeComposite
๐ฆ React Native Video 6.8 - Web Support and HLS video caching
๐ฆ React Native Skia 1.5.4 - Experimental Graphite (Vulkan/Metal) backend via build flag
๐ฆ React Native Turbo Haptics - Fast, worklet-compatible haptic feedback
๐ฆ React Native Yoga JSI 0.1: This experimental lib gives you access to Yoga APIs on the JS side. It can be used with libs like React Native Skia to layout elements on a canvas.
๐๏ธ Rocket Ship 54 - React Native Music Game with Kim Chouard (Skia, NativeWind, Expo AV)
๐ฅ Simon Grimm - Expo SDK 52: DOM, RSC, Router, New Architecture & Packages
๐ Annotate traces directly in the Performance panel in Chrome DevTools
๐ฆ Angular 19
๐ฆ Bun v1.1.35
See ya! ๐