React state management libraries in 2022

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • zustand

    🐻 Bear necessities for state management in React

    There are many and I like Zustand

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • effector-react

    Business logic with ease ☄️

    https://ngneat.github.io/elf/ https://effector.dev/

  • thin-backend

    🔥 Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps

    Another way to deal with global state is by making everything realtime using tools like thin.dev. When all data is realtime you're basically using the actual database as the state store. When using tools like zustand or redux you will always replicate a subset of the database schema on the client side. Using realtime data everywhere with thin.dev can save a lot of this boilerplate :)

  • hookstate

    The simple but very powerful and incredibly fast state management for React that is based on hooks

    I have been using Hookstate, curiously aanbidt never mentioned in lists like this.

  • reactn

    Discontinued React, but with built-in global state management.

    I love ReactN.

  • state

    🚀 Tiny and powerful React hook-based state management library. (by oleystack)

    I’ve used almost all libs you mentioned, and then created my own https://github.com/bit-about/state . I use it on my newest projects and fills all my needs :3

  • valtio

    🧙 Valtio makes proxy-state simple for React and Vanilla

    Have you looked at Valtio at all? Same author as zustand.

  • SaaSHub

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

    SaaSHub logo
  • unstated-next

    200 bytes to never think about React state management libraries ever again

    I'm still using unstated-next, its another straightforward one that extends useContext

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

  • Concave: Lens-like state management for React

    1 project | /r/javascript | 28 Dec 2021
  • Concave: Lens-like state management for React

    1 project | /r/reactjs | 28 Dec 2021
  • Concave: Lens-like state management for React

    1 project | /r/reactjs | 28 Dec 2021
  • useColor: The powerful color hook that all designers deserve - ✨ Parse and stringify that just works & 🦾 Strict type checking at compile time

    2 projects | /r/reactjs | 4 Jul 2021
  • use-color: The powerful color hook that all designers deserve. ✨Parse and stringify that just works & 🦾 Strict type checking at compile time

    1 project | /r/reactjs | 4 Jul 2021

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