Seb ⚛️ ThisWeekInReact.com
🔥 Join 45k React devs - Stay up-to-date:
📨 ThisWeekInReact.com
Docusaurus maintainer @ Meta
- Reposted by Seb ⚛️ ThisWeekInReact.com[Not loaded yet]
- Reposted by Seb ⚛️ ThisWeekInReact.com[Not loaded yet]
- Reposted by Seb ⚛️ ThisWeekInReact.com[Not loaded yet]
- This Week In React 234 => thisweekinreact.com/newsletter/234 ⚛️ - TanStack DB - TanStack Query - React Router - Vite + RSC - Redux Toolkit - Parcel - Static RSC - Hook Factory 📱 - RN + Microsoft Office - 0.80 RC - Legal - Radon - Re.Pack - Expo cache providers - Rive - Skia
- Kind of sad this reaction video doesn't address the advantages RSC have over Astro mentioned in the blog post www.youtube.com/watch?v=elfQ...
- 👀 New PR to integrate React RSC with Vite github.com/facebook/rea...
- I just updated `react-server-dom-vite` PR with css import support github.com/facebook/rea.... I'm not sure if this is a right direction, but this seems to nicely handle css code split at each client reference level and it might potentially work as "framework-less" abstraction for Vite RSC.
- Node.js Worker thread question: If I start my Node.js program with --max-old-space-size=5000 How can I limit my Node.js Worker threads to 1gb instead of 5gb? It seems in this case worker.options.resourceLimits won't work cc @jasnell.me @metcoder.dev any idea?
- React question: React 19 use() hook can be called conditionally Custom hooks that solely rely on use() can also be called conditionally But how can you know when using it without looking at the implementation? usePicture() signature doesn't tell you that🤷♂️
- This Week In React 233 =>>> thisweekinreact.com/newsletter/233 ⚛️ - Server Components - Next.js - Unhead - Compiler - Shadcn - Relay - Mantine 📱 - Expo - WebGPU / Skia Graphite - Apple fees - Reanimated
- TIL there's a RSS feed for those who don't like React 😂
- The React Native animation ecosystem keeps improving This ~40min video keeps dropping impressive announcements that it's impossible to summarize The future is bright: compose and interleave 2D/3D animations in a performant way across all platforms 🤗
- Game On: join us for a special event on May 6th, 5pm Zürich time We came to play www.youtube.com/watch?v=t9t-...
- Reposted by Seb ⚛️ ThisWeekInReact.comHappy to announce @nodejs v24.0.0 💚! This release brings several updates, including the V8 13.6 and npm to version 11. As a reminder, Node.js 24 will enter long-term support (LTS) in October, but until then, it will be the "Current" release Check it nodejs.org/en/blog/rele...
- RegExp.escape() is now available cross-platform! In all browsers! And Node 24, scheduled for today web-platform-dx.github.io/web-features...
- ECMAScript excitement 😉 Congrats to @jordan.har.band on advancing the proposal for RegExp.escape to Stage 4 today at TC39 🎉 It lets you escape arbitrary strings so they can be used in Regular Expressions. RegExp.escape("(*.*)"); // "\(\*\.\*\)" github.com/tc39/proposa...
- Reposted by Seb ⚛️ ThisWeekInReact.com[Not loaded yet]
- Reposted by Seb ⚛️ ThisWeekInReact.com[Not loaded yet]
- 👀 JS changes coming in Node v24 We'll finally have a built-in RegExp.escape() ! Also great to have Explicit Resource Management! Useful in many unit tests that need setup/shutdown logic See also x.com/mattpocockuk...
- Time to catch up with recent React news!
- This Week In React 232 => thisweekinreact.com/newsletter/232 ⚛️ - React Router vulns - Next.js docs removing Vercel - Vite + RSC - "use client" - Promise serialization - MCP - Radix UI 📱 - Entreprise Framework - Shopify Mobile Bridge - WebGPU Worklets - RN AI - Brownfield - Expo
- 💡 TIL about Unhead React A new React <Head> lib from the great UnJS ecosystem! Want to use React 19, but the built-in meta APIs are not powerful enough? Want an alternative to unmaintained React-Helmet / React-Helmet-Async? Thanks @harlanzw.com unhead.unjs.io
- This Week In React 232 => thisweekinreact.com/newsletter/232 ⚛️ - React Router vulns - Next.js docs removing Vercel - Vite + RSC - "use client" - Promise serialization - MCP - Radix UI 📱 - Entreprise Framework - Shopify Mobile Bridge - WebGPU Worklets - RN AI - Brownfield - Expo
- 💡 TIL Chrome 136 / V8 will ship Explicit Compile Hints Adding those magic comments lets V8 compile your JS code eagerly by file/function Experiments run on popular web pages: 17/20 showed improvements Average foreground parse and compile times reduction was 630 ms 🔥
- View Transitions soon in all browsers? We got some positive signal from Firefox 🎉 Great timing for React and the upcoming <ViewTransition> component :)