awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
C

concretesolutions/redux-zero

0
View on GitHub↗
0 stars·0 forks·9 views

Redux Zero

A lightweight state container based on Redux

Features

  • State Management - Lightweight state container based on Redux.
  • Web Frameworks - Lightweight state container based on Redux.

Star history

Star history chart for concretesolutions/redux-zeroStar history chart for concretesolutions/redux-zero

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Redux Zero

Similar open-source projects, ranked by how many features they share with Redux Zero.
  • reduxjs/reduxreduxjs avatar

    reduxjs/redux

    61,511View on GitHub↗

    Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state tree. This approach ensures that application data remains consistent and traceable across the entire component hierarchy. The library distinguishes itself through a functional pattern that relies on pure functions for state logic and a middleware-based extension system. This mid

    TypeScriptredux
    View on GitHub↗61,511
  • facebook/relayfacebook avatar

    facebook/relay

    18,940View on GitHub↗

    Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface

    Rust
    View on GitHub↗18,940
  • accenture/reactive-interaction-gatewayAccenture avatar

    Accenture/reactive-interaction-gateway

    601View on GitHub↗

    Create low-latency, interactive user experiences for stateless microservices.

    Elixir
    View on GitHub↗601
  • actionhero/actionheroactionhero avatar

    actionhero/actionhero

    2,416View on GitHub↗

    Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

    TypeScript
    View on GitHub↗2,416
See all 30 alternatives to Redux Zero→

Frequently asked questions

What does concretesolutions/redux-zero do?

A lightweight state container based on Redux

What are the main features of concretesolutions/redux-zero?

The main features of concretesolutions/redux-zero are: State Management, Web Frameworks.

What are some open-source alternatives to concretesolutions/redux-zero?

Open-source alternatives to concretesolutions/redux-zero include: reduxjs/redux — Redux is a predictable state container designed to manage global application data through a centralized store. It… facebook/relay — Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a… accenture/reactive-interaction-gateway — Create low-latency, interactive user experiences for stateless microservices. adacore/aws — AWS is a complete framework to develop Web based applications in Ada. adamhalasz/diet — Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis. ```javascript… actionhero/actionhero — Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks.