I am sick and tired of react-redux. Who has some good alternatives?

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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

    Maybe it's just me, but I've clicked on that not realizing that https://redux.js.org/ and https://redux-toolkit.js.org/ are completely different sites with different sidebar links. If you are new to Redux and don't know that this distinction exists, it may be hard to navigate and understand what's relevant.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. crux

    A collection of small, focussed, utilities to help maintain decoupled and lightweight code in the browser. (by andyjessop)

    This is still a work in progress, part of my crux framework, but I hope to have it all up and running in a month or so. Just a few details to work out.

  4. signals

    Manage state with style in every framework

    Has anyone checked out preact’s new signals library? https://github.com/preactjs/signals

  5. zustand

    🐻 Bear necessities for state management in React

    Obligatory join the cult of Zustand, comrade

  6. react-redux

    Official React bindings for Redux

    Additionally, the idea that the props.todoAdded() version from connect automatically dispatched when called was always a source of confusion and led to lots of questions. So, Dan Abramov specifically suggested that we drop the idea of auto-binding as we were designing the hooks API to make it more clear what's actually happening, and we did.

  7. devtools

    Replay.io DevTools

    To be honest, it's hard. The day job app I work on ( https://github.com/replayio/devtools ) still has a bunch of "setter actions", and I've even written a few of those myself.

  8. react-18

    Workgroup for React 18 release.

    also react 18 working group might at some point provide their own version of context selector which works exact same way as use-context-selector: https://github.com/reactwg/react-18/discussions/73

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. MobX

    Simple, scalable state management.

    I used https://mobx.js.org s lot. Concepts are a bit different because it is based on observables and your state is mutable, but really small boilerplate, fast and fun to work with

  11. pullstate

    Simple state stores using immer and React hooks - re-use parts of your state by pulling it anywhere you like!

    Pullstate. It's a lot like svelte's store.

  12. react-easy-state

    Simple React state management. Made with ❤️ and ES6 Proxies.

    react-easy-state was very easy.

  13. redux

    A JS library for predictable global state management

    If you click on that link it actually takes you to https://redux.js.org, which does still take you through the recommended way of doing things, however there is also an "API Reference" link, (among other similar links) in the sidebar that refers to createStore and other older methods of setting up redux. This isn't the only documentation there that is like that either.

  14. legend-state

    Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence

    Legend-State is good.

  15. Tiamut

    Simple state management (React optional)

    Please check this out https://github.com/anduong96/Tiamut

  16. SWR

    React Hooks for Data Fetching

    (2) cached network/async calls, which is solved by something like swr or React Query

  17. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
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

  • Diving into MobX

    1 project | dev.to | 4 May 2025
  • State Management Alternatives: Best Tools for React Apps

    3 projects | dev.to | 3 Nov 2023
  • Managing my buisness logic with OOP

    4 projects | /r/reactjs | 15 Dec 2022
  • MobX with MVVM makes Frontend Developer's life much more easier than Redux does

    3 projects | dev.to | 12 Nov 2022
  • Introduction of React Context

    2 projects | dev.to | 8 Jun 2022

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?