React Optimisation ⚙️
Jan 18, 2023 · 6 min read · 1. Introduction We know that react makes changes to only necessary DOM elements that have changed in an execution cycle due to changes in state in any of the components. It doesn’t re-render the whole DOM whenever a state change occurs in a component...
VVinathi commented