React uses the concept of virtual DOM to minimize the performance cost of re-rendering but is it enough to optimize the performance? While writing components, we are implicitly building a component tree and the updates propagates all the way down. In this series, we'll go through some of the tips and tricks to build a optimal interface.

4m read timeFrom devdojo.com
Post cover image
Table of contents
Unnecessary Re-rendersMemoizationConclusion

Sort: