zustand VS redux-devtools-extension

Compare zustand vs redux-devtools-extension and see what are their differences.

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
zustand redux-devtools-extension
246 10
42,071 13,476
3.3% -
8.9 0.0
7 days ago 5 months ago
TypeScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zustand

Posts with mentions or reviews of zustand. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.

redux-devtools-extension

Posts with mentions or reviews of redux-devtools-extension. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-17.
  • State Management Nx React Native/Expo Apps with TanStack Query and Redux
    8 projects | dev.to | 17 Feb 2024
    Dev tools: @redux-devtools/extension
  • Stop Overcomplicating your State – Try Zustand
    5 projects | dev.to | 30 Oct 2021
    With the middleware functionality, we can easily actually use an amazing extension created for Redux, Redux DevTools link. We just need to import the devtools middleware, and attach it to our store.
  • Redux boilerplate was never the problem
    2 projects | /r/reactjs | 24 May 2021
    FWIW, I added an "action stack trace" feature to the Redux DevTools a couple years ago. Click on any action in the left list, and then click the "Trace" tab in the upper right to view the exact stack trace where it was dispatched from.
  • Developer Tools & Debugging in NgRx
    2 projects | dev.to | 12 Apr 2021
    When working on a complex software solution, we often find ourselves scratching our heads over a bug that was reported to us. It's essential to have proper tools to trace the issues which like to hide in our code execution paths. Luckily for the devs using NgRx in their project, the application state is kept in a single location and all the actions that can modify it are easily traceable with some great DevTools. As NgRx adheres to the redux pattern, we can use the same Redux DevTools as we would use for any other Redux base application. This tool is essential for me when debugging an NgRx based application.
  • React Common Tools and Practices: State Management Overview
    4 projects | news.ycombinator.com | 8 Mar 2021
    If any react noobs are reading this, the best React state management setup for you is Redux+Immer. After some setup, it's easy to use, and the docs are very good and up to date.

    When I was learning React, I kept putting off Redux because youtube said it was complicated and you didn't need it after useContext. Big mistake. Our app became more complicated because our state management(useState/useContext) was so simple. Switching to Redux dramatically simplified our most complicated components.

    Also, the Redux dev tools extension is a game changer. It lets you see every state change, in order, with traces and diffs.

    https://github.com/zalmoxisus/redux-devtools-extension

    Pros can obviously make up their own mind. I’ve tried Mobx and the tooling just wasn’t there, but I hear their diffing algos are good.

  • Advanced Blazor State Management Using Fluxor, part 2
    3 projects | dev.to | 6 Mar 2021
    Fluxor also supports the ReduxDevTools browser extension. To enable it, first install the NuGet package Fluxor.Blazor.Web.ReduxDevTools:
  • Does Redux state populate after useEffect() ?
    2 projects | /r/reactjs | 27 Feb 2021
  • Learn redux-toolkit in 10 steps
    2 projects | dev.to | 15 Dec 2020
    Redux devtools chrome extension: https://github.com/zalmoxisus/redux-devtools-extension

What are some alternatives?

When comparing zustand and redux-devtools-extension you can also consider the following projects:

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

redux - A JS library for predictable global state management

react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

MobX - Simple, scalable state management.

Recoil - Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

SWR - React Hooks for Data Fetching

react-hook-form - 📋 React Hooks for form state management and validation (Web + React Native)

rtk-query - Data fetching and caching addon for Redux Toolkit

jotai - 👻 Primitive and flexible state management for React

valtio - 💊 Valtio makes proxy-state simple for React and Vanilla

TanStack Query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

bloc - A predictable state management library that helps implement the BLoC design pattern