Understanding the Virtual DOM, Fiber, and Reconciliation in React
Today, I learned about one of the most important concepts in React: the Virtual DOM, Fiber, and Reconciliation. If you've worked with React, you've likely used the createRoot function to render your app. But how does React manage to update the user i...
reactnode.hashnode.dev4 min read