Data Flow In React

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • redux

    Predictable state container for JavaScript apps

    For this code snippet, redux, react-redux, redux-logger were installed.

  • react-redux

    Official React bindings for Redux

    For this code snippet, redux, react-redux, redux-logger were installed.

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • redux-logger

    Logger for Redux

    For this code snippet, redux, react-redux, redux-logger were installed.

  • reselect

    Selector library for Redux

    Given we have installed a logging library in our app, we can view from our console State is Being Updated from Screen Three regardless of where state got updated. This behaviour of the state always been updated can really slow down the app. To mitigate this, the state should be memoized. With memoization, only the component where state changed will get re-rendered. To memoize out react state, we use a library called reselect. This code snippet shows a simple reselect setup:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts