Practical Performance Optimization in React

A presentation at Minnesota Developers Conference by Kemet Dugue

This talk aims to provide React developers of all levels with a better understanding of the different performance optimization techniques available to help improve their React app. This talk will provide information and examples behind some of the best practices when optimizing in React.

It will focus on the following topics:

  • Measuring performance within React app
  • Different performance optimization techniques (explanations and examples)
  • Understanding React performance anti-patterns and best practices
  • Dissecting React code to examine potential performance enhancements
  • Additional resources for learning and implementing optimization techniques