State management, possible alternatives to redux

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

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • InfluxDB - Access the most powerful time series database as a service
  • Sonar - Write Clean JavaScript Code. Always.
  • 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

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • 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