#438 – January 07, 2024
Is there some way we could split components between your computer and mine?
Hello! 👋
We’re back after a short break over the holidays. I hope you had a great time. What programming area would you like to improve this year?
The Two Reacts
9 minutes by Dan Abramov
Is there some way we could split components between your computer and mine in a way that preserves what’s great about React? Could we combine and nest components from two different environments? How would that work?
Design and build UI components in Webflow
sponsored by Webflow
Build production-ready React components visually in Webflow, so you can bring new products and apps to market faster.
Thoughts on Remix
8 minutes by Solomon Hawk
TL;DR: it’s good.
More Than You Need to Know About ReactDOM.flushSync
9 minutes by Jules Blom
An in-depth look at what ReactDOM.flushSync does and what it’s good for.
React Server Components: the Good, the Bad, and the Ugly
19 minutes by Mayank
Evaluating Next.js's implementation of React's new server features.
Concurrent React, External Stores, and Tearing
13 minutes by Colin Campbell
React 18 exposes an API to do concurrent rendering. But when used alongside external stores, this concurrency introduces a theoretical issue called tearing. Let's explore what that means and how to avoid it.