Facebook began the creation of React Fiber in 2015(It is currently the default reconciler). The literal implementation of a fiber is an object. It is simply a Javascript object that contains information about a react component. The return fiber is the fiber to which the program should return after processing the current one.

8m read timeFrom blog.openreplay.com
Post cover image
Table of contents
Reconciler, Renderer, And SchedulingReact FiberOpen Source Session ReplayFiberHow React Fiber WorksReact Fiber UsageConclusionAdditional Resources

Sort: