Virtual DOM, Diffing, and Reconciliation
React is a javascript library. It helps developers to build user interfaces by using the JSX. React is most famous for building user interfaces compared to others because react is fast. How React is so fast? The answer lies in the diffing algorithm....
May 11, 20224 min read151
