is Redux the first state management library you'll advise beginners to learn these days?

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
  • 66ch-2

    blog application made with React and Firebase.

  • something like this?

  • 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
  • use-context-selector

    React useContextSelector hook in userland

  • It wouldn't be clear to anyone learning Context API either. At least, not using official docs. Because Context API is not supposed for state management, and if you for some unknown reasons try to roll your own state management on top of it, you have to use tricky libraries to work around the issues resulting from such abuse.

  • redux

    A JS library for predictable global state management

  • I'll point out that A) that page dates back all the way to the beginning of the Redux docs, and B) it's been obsolete ever since we released Redux Toolkit. (Frankly I should really just delete that page and redirect it to another docs page that talks about RTK.)

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