React Pro Tips

Optimize the performance of your React Application by doing the following:

  1. Practice Purity
    1. Use shouldComponentUpdate( ) & PureRenderMixin
  2. Practice Enhanced Data Comparability
    1. Use frameworks like ImmutableJS to make your data immutable
  3. PracticeLoose Coupling

    1. Use for both maintainability and performance
  4. Practice Intentionality With Child Components

    1. are expensive

    2. should be independent

results matching ""

    No results matching ""