This Week In React

This Week In React

Share this post

This Week In React
This Week In React
This Week In React 209
Copy link
Facebook
Email
Notes
More
User's avatar
Discover more from This Week In React
Keeping 43978 React devs up-to-date. Receive the most important news once a week in your inbox!
Over 63,000 subscribers
Already have an account? Sign in

This Week In React 209

Next.js, Compiler, Motion, Remix, Storybook, Toldo, state-in-url, Expo 52, Screens, Skia List, Audio API, Edge-to-Edge, Windows, Godot, True Sheet, Nitro, Worklets, Node.js, TS, Rspack...

Sébastien Lorber's avatar
Sébastien Lorber
Nov 15, 2024

Share this post

This Week In React
This Week In React
This Week In React 209
Copy link
Facebook
Email
Notes
More
Share

Hi everyone!

This week has been calm on the React side, I couldn't really pick any headline despite various interesting releases and articles.

Once again, the React Native ecosystem is on fire, with Expo 52, but not only!

Last chance to answer the State of React 2024 survey that is closing soon. But don't worry, I'll now annoy you with another one that just opened 😃: State of JS 2024.

We'd be super grateful if you'd share this newsletter or support us here :

  • X / Twitter

  • Bluesky

  • LinkedIn

To support me:

  • 😘 Recommend the newsletter to your friends: it really helps!

  • 💸 Sponsor the newsletter

  • 🧵 Retweet the latest Twitter thread

Thanks for reading This Week In React! Subscribe for free to receive new posts and support my work.

💸 Sponsor​

WorkOS: Modern Identity Platform for B2B SaaS

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​

  • 💸 Product for Engineers - The magic of small engineering teams

  • 👀 React PR - Make prerendering always non-blocking: The Suspense siblings prerendering feature (delaying the React 19 release) is re-re-landing after a few back and forths. Turns out there was a hard-to-find one-line bug.

  • 👀 react-server - Add initial README: The experimental package for creating custom React streaming server renderers now has some initial documentation. Provides 2 implementations: Fizz for SSR and Flight for RSCs. Advanced content, useful for framework authors looking to add RSC support.

  • 👀 Next.js 15 PR - Add expireTag and expirePath APIs: The `revalidateTag` and `revalidatePath` APIs are being deprecated and renamed with more explicit names. Also it’s possible to pass multiple tags at once now.

  • 👀 React Compiler case study - Adopting the compiler in Sanity Studio: Adapting the compiler improved their editor fps and helped surface bugs they didn’t know they had.

  • 🐦 ”The first Turbopack prod build on Vercel is live”

  • 📣 Framer Motion is now independent, introducing Motion: The popular React animation library plans to expand and support other frameworks.

  • 🗓️ React-Africa - 🇲🇦 Casablanca - 29 November - Last call ! You still have a chance to get your ticket, and don’t forget the 10% discount with code "TWIR".

  • 🗓️ React Day Berlin - 🇩🇪 Berlin - 13 & 16 December - 10% discount with code TWIR. Full line-up revealed !

  • 📜 Uncontrolled or controlled: A matter of perspective: A component can both be controlled and uncontrolled. I decided to call this RSC: React Schrödinger Component.

  • 📜 React is a programming language, and its rules are its syntax: Interesting thoughts on React rules you have to learn, and constraints that cannot be encoded into the programming language.

  • 📜 The magic of keeping one level of abstraction per function: Encourages you to keep each function at a consistent level of abstraction. This includes React components, and I couldn’t agree more.

  • 📜 React and FormData: Using Object.fromEntries won’t automatically handle multiple form inputs with the same name.

  • 📜 Dynamically Generating PWA App Icons in the Next.js App Router: Dynamic generation of the PWA manifest to obtain different icons per environment.

  • 📜 Make dangerouslySetInnerHTML Safer by Disabling Inline Event Handlers: React dangerouslySetInnerHTML will not execute scripts but can still execute inline handlers and introduce attack vectors. Make sure to sanitize your inputs.

  • 📜 Supporting Offline Mode in TanStack Query: Using the Effect library.

  • 📜 Conditional Props in React Using Type Discrimination

  • 📜 Managing Interactive Demos in MDX

  • 📜 Example of Using useSyncExternalStore with LocalStorage

  • 📜 Vercel Makes Changes to Next.js To Simplify Self-Hosting

  • 📦 Remix 2.14 & React Router 6.28: Both releases preparing the arrival of React Router v7. New future.unstable_routeConfig flag, deprecating SerializeFrom and json/defer.

  • 📦 Storybook 8.4 - 1-click Component Testing in browser, smaller, RN Storybook 8

  • 📦 Next.js AI Chatbot Template 3.0

  • 📦 Toldo - Elevated dialog component for React, based on Radix

  • 📦 State-in-URL - Deep links and url state synchronization without the hassle: An alternative to nuqs with different serialization opinions.

  • 📦 ImmutableJS 5.0 - Improve Map typing, remove deprecated methods

  • 📦 Gatsby 5.14 - Performance improvements and security fixes

  • 🎥 Jack Herrington - Tanstack Start vs NextJS - Server Functions Battle

  • 🎥 Theo - The fastest website ever? McMaster-Carr

  • 🎙️ JSParty - How Vercel thinks about Next.js, with Tom Occhino

Thanks for reading This Week In React! Subscribe for free to receive new posts and support my work.

💸 Sponsor​

Unleash Document Superpowers in Your React Apps!

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.

📱 React-Native​

Expo 52

Expo SDK 52

Just after the excellent React Native 0.76 milestone release, here comes Expo SDK 52, just as great. There’s a huge changelog and many expo package updates. My favorite items are:

  • New Architecture enabled by default for new projects, opt-in for existing ones. Expo Go now only supports the New Architecture.

  • Expo Router 4, React Navigation 7

  • Universal Server Components and Server Actions (experimental)

  • DOM Components with the ’use dom’ directive for incremental migrations or seamlessly integrating a WebView

  • React Native DevTools

  • Universal Tree Shaking (experimental)

  • React Compiler (experimental)

You might also like:

  • 👀 Expo Launch Party - November 18-22

  • 🎥 notJust Dev - Expo SDK 52 & React Native 0.76: Latest Updates and Improvements

  • 💸 Expo Starter – A Universal Mobile App Kit to Help You Get Started Quickly and Save Time and Money

  • 👀 React Native Android PR - Edge-to-Edge Modal, navigationBarTranslucent prop

  • 👀 Bluesky App PR - Reduce Reanimated serialization traffic: Dan Abramov found a weird makeMutable trick to optimize Reanimated serialization that doubled the ap

  • 📜 What is the best React Native list component?

  • 📜 How to add an animated splash screen with expo-custom-assets

  • 📜 Build an AI Voice Recorder with React Native (Firebase, Whisper API, Expo)

  • 📦 React Native Audio API: Software Mansion unveils an early version of a lib implementing the Web Audio API.

  • 📦 React Native Skia List: Why not make React Native lists even faster with a canvas 🤭 It’s harder and less familiar to implement classic UI layouts with Skia, but another 🐦 upcoming Yoga binding lib could help.

  • 📦 React Native True Sheet: Unlike BottomSheet, it’s implemented native-side instead of with RN/Reanimated. The next release will support Android edge-to-edge.

  • 📦 React Native Screen 4.0 - Supports React Navigation 7, Stack screen preloading, native bottom sheet, Fabric fixes

  • 📦 React Native Bottom Tabs 0.5 - Support for SVG and custom fonts

  • 📦 React Native Windows 0.76 - Preview release of New Architecture

  • 📦 React Native Worklets Core 1.5 - Support 0.76 and Nitro modules

  • 📦 Nitro 0.16 - visionOS support

  • 📦 React Native Godot - Create immersive 3D experiences

  • 📦 Radon IDE 0.0.22 beta - Expo Router 4, touch indicators, deeplink, pasta from clipboard

  • 🎙️ RNR 313 - React Native 0.75 & 0.76

🔀 Other​

  • 📜 Overflow Clip - Learn how overflow: clip works in CSS

  • 📜 Exploring the browser rendering process

  • 📜 View Transitions: Single Page Apps Without a Framework

  • 📜 Deno - Introducing your new JavaScript package manager

  • 📦 Node v23.2 - New stripTypeScriptTypes(code) API, TypeScript in “active” development status: Note it’s also planned to unflag TS support!

  • 📦 TypeScript 5.7 RC - es2024 lib, check uninitialized variables, extensions rewriting

  • 📦 Rspack 1.1 - faster builds/HMR, improve HtmlRspackPlugin and JSDoc, community adoption from Nuxt/Docusaurus

🤭 Fun​

alt

See ya! 👋

Thanks for reading This Week In React! Subscribe for free to receive new posts and support my work.

Share this post

This Week In React
This Week In React
This Week In React 209
Copy link
Facebook
Email
Notes
More
Share

Discussion about this post

User's avatar
React Hebdo #27: ReactNative, Storybook, Rescript, Recoil, MDX, Apollo, Flutter web...
Pas mal de liens intéressants dans l'écosystème React cette semaine, on voit que c'est la rentrée ;) Ne manquez pas mon talk à React-Native Europe le 4…
Aug 30, 2020 • 
Sébastien Lorber

Share this post

This Week In React
This Week In React
React Hebdo #27: ReactNative, Storybook, Rescript, Recoil, MDX, Apollo, Flutter web...
Copy link
Facebook
Email
Notes
More
This Week In React 151
Remotion, Next.js, SVG-in-JS, TypeScript, Expo, VisionCamera, Conform, TinyBase, i18n, App Clips, ES2023, CommonJS...
Jul 4, 2023 • 
Sébastien Lorber
3

Share this post

This Week In React
This Week In React
This Week In React 151
Copy link
Facebook
Email
Notes
More
This Week In React 216
Next.js, ViewTransition, RSC, Compiler, React Router, Recoil, Bippy, Docusaurus, A11y, Static Hermes, Nitro, Radon, SQLite, Edge-to-Edge, Node…
Jan 10 • 
Sébastien Lorber
2

Share this post

This Week In React
This Week In React
This Week In React 216
Copy link
Facebook
Email
Notes
More

Ready for more?

© 2025 Sébastien Lorber
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More

Create your profile

User's avatar

Only paid subscribers can comment on this post

Already a paid subscriber? Sign in

Check your email

For your security, we need to re-authenticate you.

Click the link we sent to , or click here to sign in.