> 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.
> 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.
No comments yet