With the coming of Concurrent Mode in mind, which global state library would you use?

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

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.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • will-this-react-global-state-work-in-concurrent-mode

    Test tearing and branching in React concurrent rendering

  • you should check out poimandres state libraries, all three are maintained by daishi kato, which at this point is probably one of the most knowledgable devs when it comes to cm and suspense (which they also support, so you can fetch promises and async things ootb). they are either already using useMutableState via beta or use a shim. he's also made a complete test will-this-react-global-state-work-in-concurrent-mode

  • zustand

    🐻 Bear necessities for state management in React

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

    SurveyJS logo
  • jotai

    👻 Primitive and flexible state management for React

  • jotai (reduced atoms): https://github.com/pmndrs/jotai

  • valtio

    💊 Valtio makes proxy-state simple for React and Vanilla

  • valtio (reduced proxy): https://github.com/pmndrs/valtio

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

  • Explanation on how Redux or React Context could help and picking the best option

    6 projects | /r/webdev | 27 Oct 2022
  • I wrote a very small state manager (Vssm) in pure Javascript.

    4 projects | /r/SideProject | 3 Mar 2022
  • Would you recommend Recoil on a production application?

    3 projects | /r/reactjs | 25 Feb 2022
  • When I Use Valtio and When I Use Jotai

    5 projects | dev.to | 2 Feb 2022
  • valtio vs Zustand

    3 projects | /r/reactjs | 1 Oct 2021