Skip to content

Instantly share code, notes, and snippets.

@felpin
Created October 11, 2018 12:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felpin/bab3bb8ad43dad4323ae1dc4c2007a8c to your computer and use it in GitHub Desktop.
Save felpin/bab3bb8ad43dad4323ae1dc4c2007a8c to your computer and use it in GitHub Desktop.
A checklist regarding common React performance issues
============================================================
REACT PERFORMANCE CHECKLIST
============================================================
1. Identify wasted renders
2. Extract frequently updated regions into isolated components
3. Use pure components when appropriate
4. Avoid passing new objects as props
5. Use the production build
6. Employ code splitting
Source: https://logrocket-blog.ghost.io/death-by-a-thousand-cuts-a-checklist-for-eliminating-common-react-performance-issues/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment