React Fiber in a nutshell.
React is a popular JavaScript library for creating complex and interactive UIs through its declarative approach. In this article, I will try to explain React's new reconciliation algorithm which was introduced in React 16.
Introduction
Fiber is the n...
sourcefound.dev4 min read