Name a few techniques to optimize React app performance

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, MySQL, MongoDB. Love collaborating & making a difference
- 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




