📜 Concurrent Rendering: Free interactive lesson on React transitions from the ui.dev course.
📜 Correctly infers from initial props: You don’t need to explicitly type your context value and can leverage type inference instead.
rena.to
Correctly infers from initial props
📜 Making Next.js Navigation Fast af: Using React Router within your Next.js app works, but I doubt it’s a good idea, doesn’t permit you to use RSCs, and is likely to cause trouble if you use different routers on different pages.
Upstash
Making Next.js Navigation Fast af
Articles and tutorials on serverless technologies from Upstash and community
📜 Mastering Focus Management in React with flushSync: By default, React uses batching and doesn’t flush state updates immediately to the DOM, and you can opt out of this behavior when needed.
Epic React
Mastering Focus Management in React with `flushSync`
Master focus management in React with flushSync. Learn why batching matters, when to use flushSync, and how to create accessible, keyboard-friendly UIs.
👍1
📜 Preserving and Resetting State in React: Explains why conditionally wrapping a component may make it reset its state.
Epic React
Preserving and Resetting State in React
How React preserves or resets state depends on component position and keys. Learn why state disappears and how to fix it as well as links to more resour...
👍1
📜 Just F***ing Use React: Entertaining read, also exists in a less profane Just Use React variant.
Just Fucking Use React
An opinionated guide on why and when to use React (or similar JavaScript frameworks) for modern web development, especially for complex, interactive applications. Challenges the 'pure HTML' narrative.
👍1
📦 Waku 0.23 - Fine-grained component render modes: Makes it possible to statically pre-render parts of a dynamic page. I find the API a bit confusing, but the idea looks cool and simpler than Next.js Partial Pre-Rendering.
Waku
Fine-grained component render modes — Waku
We’re extending the power of Waku Router.
👍1
📦 React-Scan 0.3.4 - Scan for React performance issues: A release that takes the opportunity to announce upcoming features and the availability of the extension on the Chrome store.
GitHub
Release v0.3.4 · aidenybai/react-scan
v0.3.4 is here!
Lots of new contributors (thank you :D), and bug fixes!
I also wanted to update the status of the project here, and what's next on the roadmap, as releases have slow down recent...
Lots of new contributors (thank you :D), and bug fixes!
I also wanted to update the status of the project here, and what's next on the roadmap, as releases have slow down recent...
🎥 Theo - React Is the last framework: Probably a quite controversial point of view that React runtime/syntax is less likely to change now (mainly due to AI). Innovation is moving an abstraction layer above with the React Compiler.
YouTube
React Is the last framework.
There will never be another framework that hits React's level of adoption.
Thank you Imagekit for sponsoring! Check them out at: https://soydev.link/imagekit
The best AI chat app ever made (T3 Chat): https://soydev.link/chat
Want to sponsor a video? Learn…
Thank you Imagekit for sponsoring! Check them out at: https://soydev.link/imagekit
The best AI chat app ever made (T3 Chat): https://soydev.link/chat
Want to sponsor a video? Learn…
👍1
👀 TC39 - Agenda for the 108th meeting: Next week, another set of interesting proposals for JS could progress, some of them could become part of the standard:
using keyword, Error.isError().GitHub
agendas/2025/05.md at main · tc39/agendas
TC39 meeting agendas. Contribute to tc39/agendas development by creating an account on GitHub.
📜 JavaScript's New Superpower: Explicit Resource Management: Describes the
using keyword mentioned above, already available in Chrome, and more importantly, in Node 24.v8.dev
JavaScript's New Superpower: Explicit Resource Management · V8
The Explicit Resource Management proposal empowers developers to explicitly manage the lifecycle of resources.
📜 The Future of MCP is GraphQL: Apollo announcing their MCP server, explaining the alignment between GraphQL and AI needs.
👍1