React Performance- When we need?
By default, React does performance optimization out of the box. So when do we have to do performance optimization?Some rules for performance optimization:
Find the area where it causing performance bottleneck.
Measure before and after Optimization....
vijendra.hashnode.dev1 min read