React is fast by default.
But as an application grows, unnecessary renders, large lists, too much JavaScript, and excessive API requests can make it slower.
The good news is that you don't need complicated tricks everywhere.
Let's look at 12 practical ways to improve React performance, from simple improvements to more advanced techniques.
1. Stop Rendering What You Don't Need






