Seb ⚛️ ThisWeekInReact.com
🔥 Join 45k React devs - Stay up-to-date:
📨 ThisWeekInReact.com
Docusaurus maintainer @ Meta
- 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?