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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.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. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth 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 1st most popular programming language
based on number of references?