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.

Source: [Dev.to](https://dev.to/joodi/react-performance-tips-12-ways-to-make-your-app-faster-5bop)

Sponsored