Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →
Zedux Alternatives
Similar projects and alternatives to zedux
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
-
-
-
-
Recoil
Discontinued 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.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
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.
-
-
-
-
-
nanostores
A tiny (286 bytes) state manager for React/RN/Preact/Vue/Svelte with many atomic tree-shakable stores
-
legend-state
Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence
-
-
-
-
Enumeration.TS
Powerful enums for TypeScript and JavaScript, enhancing code clarity and type safety.
-
react-hands
A lightweight, simple and easy to use react state management library purely based on react's built in hooks like useContext and useReducer.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
zedux discussion
zedux reviews and mentions
-
Thoughts on Signals?
Atomic libs include Recoil, Jotai, and the one I maintain: Zedux. Zedux especially was designed to work well with sockets and RxJS observables and has been getting some traction recently, so of course I recommend checking it out. Feel free to hmu with any questions.
-
Scalability: the Lost Level of React State Management
This new tool started driving our production apps in early 2021 and has been a lifesaver in the extremes of complexity. 2 years later, we have finally open-sourced this tool as "Zedux".
-
Dependency injection into RTK Query createApi?
Zedux is a hybrid tool similar to RTK + RTKQ but with first-class DI support.
-
Which state management library should I use?
For atoms, Jotai or Zedux
-
Is redux and thunks still used or are there other alternatives for it now?
Zedux is a new up-and-coming hybrid tool similar to RTK + RTK Query but with atoms
-
Moving from Context to Redux help!
Atomic libraries like Recoil, Jotai, and Zedux specialize in expressing these dependencies clearly, giving you insight into your dependency graph and offering tools like evaluation tracing, time travel, and DI overrides to improve testability and discoverability of your code.
-
What pattern to use for getting data from public API, saving it to DB and serve it on frontend from the DB
I'd recommend a powerful state management library for something like this, especially one that gives you full control over async flow outside React. Here's a codesandbox using Zedux to demonstrate sending 4 buffered requests per minute.
-
Redux or React Context api?
After Zustand, if you need anything more, I'd either go back to Redux or learn Jotai, an atomic library that's a little more powerful than Zustand. Atoms are a little more advanced, so I wouldn't start there. Though (full disclosure) I am the author of another atomic library that is aiming to make atoms simpler to learn and use. Someday we'll get there, but for now I'd say Zustand is the best place to start.
-
Faster re-rending of table when only inserts are needed
Source: I'm the creator of Zedux, a lib that we just publicly released a few days ago and drives lots of highly-volatile state like this in our apps. If you need a powerful state manager designed to work at scale with fast-moving state streamed over websockets (SSEs work too), it might be worth looking into. Cheers!
-
Zedux open-sourced
GitHub
-
A note from our sponsor - Civic Auth
www.civic.com | 23 Apr 2025
Stats
Omnistac/zedux is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of zedux is TypeScript.