React.js tips for better performance. Part 1
1) Avoid using the index as a key for the map
2) Analyzing and optimizing Webpack Bundle Bloat
3) Using Immutable Data Structures
4) Use React.Fragments
1) Avoid using the index as a key for the map:
We often see index being used as a key ...
raaj.hashnode.dev2 min read