React Fiber And Reconciliation
React Fiber is an internal engine change that allows React to break the limits of the call stack. It’s creation enables React to pause/start rendering work at will. Eventually, React users will be able to hint at the “priority” of work.
Currently, we...
jayrajblog.hashnode.dev2 min read