What's your opinion on React state management in 2021?

This page summarizes the projects mentioned and recommended in the original post on /r/JSdev

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • exome

    🔅 State manager for deeply nested states

  • I’ve worked with redux in react (and tried a lot of other less popular ones), vuex on vue part and ngrx store on angular part. And always react + anything felt off and hard for some stuff. Until I had enough and designed state manager myself (it’s called Exome) and honestly working with ir feels natural and easy. I’m using it already ir two production projects.

  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  • I think Redux Toolkit is a great improvement over "classic" Redux.

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