State management, possible alternatives to redux

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

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

    🐻 Bear necessities for state management in React

    By "computed" I mean derived data from the state, which is automatically updated. Zustand has poor support to this.

  • reactish-state

    Simple, decentralized(atomic) state management for React

    Try reactish-state https://github.com/szhsin/reactish-state. It's a lightweight alternative to zustand/jotai

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

  • statery

    Surprise-Free State Management! Designed for React with functional components, but can also be used with other frameworks (or no framework at all.)

  • jotai

    👻 Primitive and flexible state management for React

    MobX is great, but compare it to Jotai as well. I used MobX in a few projects in the past (so yes, I know it well), and nowadays I prefer Jotai.

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