React Pro Tips
Optimize the performance of your React Application by doing the following:
- Practice Purity
- Practice Enhanced Data Comparability
- Use frameworks like ImmutableJS to make your data immutable
PracticeLoose Coupling
- Use for both maintainability and performance
Practice Intentionality With Child Components
are expensive
should be independent