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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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.

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

  • Managing State in React

    3 projects | dev.to | 21 Jul 2024
  • 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

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?