- React Digest
- Posts
- The Forensics Of React Server Components
The Forensics Of React Server Components
Deep look at the impact they have on the page load timeline
The Forensics Of React Server Components
27 minutes by Lazar Nikolov
React Server Components combine the best of client-side rendering, and author Lazar thoroughly examines how we got here with a deep look at the impact that RSCs have on the page load timeline.
Supabase is now GA
sponsored by Supabase
The open source Firebase alternative is now Generally Available.
A (Mostly) Complete Guide to React Rendering Behavior
about 1 hour by Mark Erikson
Details on how React rendering behaves, and how use of Context and React-Redux affect rendering.
Locality of Behavior in React Components
5 minutes by Alex Kondov
While programming is solving a problem through code, engineering is maintaining that solution over time. After building software for the last 10 years, Iβve found the former is easy, but the latter isnβt.
React Strict Mode and Race Condition
4 minutes by Nico Prananta
One of the main reasons React introduced Strict Mode is to help us find hard-to-notice bugs, like race conditions. One of the ways it does this is by re-running Effects twice in development mode.
Why Patching Globals Is Harmful
20 minutes by Artem Zakharchenko
Throughout the next few thousands of words, I will be referring to modifications of global APIs as "patching". You take the code you don't own, you modify its behavior, you patch it. I hope we are clear on semantics.
how did you like this issue? |