What is react fiber and how it works?
Reconciler vs Fiber Reconciler
Fiber Reconciler: It is based on the fiber (Releases version >= 16), and rewrite reacts.
what is wrong with the old reconciler?
It works on one go (synchronous)
Based on the stack
Had to wait until the stack is empt...
architsingh.hashnode.dev4 min read