How React Determines Updates: The Difference Between Reconciliation and React Fiber
If you’ve ever clicked on a button on a webpage, you have triggered a change to the Document Object Model(DOM). React is a JavaScript library that renders components based on these changes, a process known as DOM manipulation. In this article, we wil...
olonts.hashnode.dev4 min read