Skip to content
Discussion options

You must be logged in to vote

React Fiber is a reimplementation of React’s core engine, designed to make rendering interruptible, incremental, and prioritized.
Instead of rendering everything in a single synchronous pass, React breaks work into small chunks using a linked-list tree structure called Fiber nodes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yamaha49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants