Skip to content

Latest commit

 

History

History
365 lines (270 loc) · 25.6 KB

react-performance.md

File metadata and controls

365 lines (270 loc) · 25.6 KB

React/Redux Performance and Optimization

My Redux Ecosystem Links list includes a number of useful tools for visualizing React component updates, in the Devtools > Component Update Monitoring section.

React Components

Code Splitting and Progressive Apps

Also see Webpack Advanced Techniques

Immutable Data

Redux Performance