React Through Code

4 mariuz 2 7/9/2025, 4:24:25 PM playfulprogramming.com ↗

Comments (2)

threatofrain · 19h ago
> While I'll leave the nuances of how Fiber works in this GitHub repo by Andrew, the broad idea is that it enabled React to:

> Pause work and come back to it later. > Assign priority to different types of work. > Reuse previously completed work. > Abort work if it's no longer needed.

Has anyone been using React concurrent mode? I heard so much about it once upon and time and haven't seen the discussion resurface very much.

blinkbat · 21h ago
"Virgining" made me chuckle. You mean burgeoning?

No comments yet