What is being used right now for ioc/state-managment?

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

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

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

  • Redux (with Redux Toolkit) is still very popular, but should only be used for truly global state. Often it’s better to store state using Context, closer to where it’s actually used and less global. For data returned from an API though, there is rarely a need to store this in state now when using something like react-query because you you can configure it to cache responses, so that if an identical fetch is performed, you use the same response, and not needlessly perform the same request again.

  • valtio

    💊 Valtio makes proxy-state simple for React and Vanilla

  • I'm switching from redux-saga to valtio (https://github.com/pmndrs/valtio) for now. It's simple and easy to use, everything's great so far.

  • 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

    A JS library for predictable global state management

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

  • React State Management in 2024

    5 projects | dev.to | 8 Dec 2023
  • You don’t need a state management library for React. Use useState + Context

    3 projects | dev.to | 27 Jan 2023
  • How can i make a Global useState in React JS ?

    3 projects | /r/reactjs | 30 Sep 2022
  • What react state management tools do you guys use?

    3 projects | /r/reactjs | 22 Jul 2022
  • ContextAPI vs Redux

    2 projects | /r/reactjs | 9 Apr 2022