Data Flow In React

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • redux

    A JS library for predictable global state management

  • 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.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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