React Performance Cheat Sheet

Here's a quick reference to debug and fix common react performance issues * Production mode: Make sure deployed app is a production build, NOT a development build. * Keys: make sure every component mapped from an array has a unique and stable key * Check component hierarchy or state: first try…