# Name a few techniques to optimize React app
performance

- Use the Production Build
- Profiling Components with the DevTools Profiler
- Virtualize Long Lists
- Avoid Reconciliation
- Do not mutate data

Sources:

Optimizing Performance –. (n.d.). React. https://reactjs.org/docs/optimizing-performance.html
