awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
ยฉ 2026 Bringes Technology SRLยทVAT RO45896025ยทhello@awesome-repositories.com
ยท
Back to concretesolutions/redux-zero

Open-source alternatives to Redux Zero

30 open-source projects similar to concretesolutions/redux-zero, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Redux Zero alternative.

  • 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
  • adacore/awsAdaCore avatar

    AdaCore/aws

    158View on GitHubโ†—

    AWS is a complete framework to develop Web based applications in Ada.

    Ada
    View on GitHubโ†—158

AI search

Explore more awesome repositories

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

Find more with AI search
  • adamhalasz/dietadamhalasz avatar

    adamhalasz/diet

    396View on GitHubโ†—

    Diet is a tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis. ```javascript var server = require('diet')

    JavaScript
    View on GitHubโ†—396
  • adonisjs/coreadonisjs avatar

    adonisjs/core

    18,990View on GitHubโ†—

    This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa

    TypeScript
    View on GitHubโ†—18,990
  • advantageous/qbitadvantageous avatar

    advantageous/qbit

    707View on GitHubโ†—

    QBit Java Micorservices lib tutorials| QBit Website | QBit uses Reakt | QBit works with Vert.x | Reakt Vertx

    Java
    View on GitHubโ†—707
  • alibaba/beidoualibaba avatar

    alibaba/beidou

    2,729View on GitHubโ†—

    ๐ŸŒŒ Isomorphic framework for server-rendered React apps

    JavaScript
    View on GitHubโ†—2,729
  • aerogo/aeroA

    aerogo/aero

    0View on GitHubโ†—
    View on GitHubโ†—0
  • agilionapps/relaxAgilionApps avatar

    AgilionApps/relax

    122View on GitHubโ†—

    Simple Elixir implementation of a jsonapi.org server.

    Elixir
    View on GitHubโ†—122
  • aidenybai/luciaaidenybai avatar

    aidenybai/lucia

    750View on GitHubโ†—

    ๐Ÿ™‹โ€โ™€๏ธ 3kb library for tiny web apps

    TypeScript
    View on GitHubโ†—750
  • aidenybai/millionaidenybai avatar

    aidenybai/million

    17,636View on GitHubโ†—

    Million is a framework-level enhancement designed to optimize the performance of user interfaces by reducing overhead in component reconciliation. It functions as a build-time compiler that transforms components into lightweight, efficient code to accelerate rendering and minimize the runtime work required for interface updates. The project distinguishes itself by replacing standard reconciliation logic with a specialized virtual DOM implementation. Through static analysis and a build-step utility, it identifies and optimizes component trees, allowing for granular updates that target only mod

    TypeScriptbest-practicesblockdomcompiler
    View on GitHubโ†—17,636
  • aisk/voxA

    aisk/vox

    0View on GitHubโ†—
    View on GitHubโ†—0
  • alexferl/vestalexferl avatar

    alexferl/vest

    7View on GitHubโ†—

    REST client in V.

    V
    View on GitHubโ†—7
  • alexintosh/awesome-ionicAlexintosh avatar

    Alexintosh/Awesome-Ionic

    1,463View on GitHubโ†—

    ๐Ÿ˜Ž A curated list of amazingly awesome Ionic libraries, resources and solutions.

    angularcordova-pluginionic
    View on GitHubโ†—1,463
  • adrientorris/awesome-blazorAdrienTorris avatar

    AdrienTorris/awesome-blazor

    9,307View on GitHubโ†—
    asp-net-coreaspnetcoreawesome
    View on GitHubโ†—9,307
  • alibaba/dubboalibaba avatar

    alibaba/dubbo

    41,522View on GitHubโ†—

    Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables communication between distributed services using a remote service orchestrator and a distributed service registry to locate available providers in real time. The system provides a microservice monitoring suite for health tracking and distributed tracing, alongside integrated security plugins for access control. It manages network traffic through routing strategies, rate limiting, and thread pool isolation to maintain system stability. The framework covers broader capabilities in

    Java
    View on GitHubโ†—41,522
  • alibaba/raxalibaba avatar

    alibaba/rax

    8,036View on GitHubโ†—

    Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single codebase across web, mobile, and mini-program platforms. It functions as a cross-platform component renderer that translates React components into platform-specific elements using a standardized driver specification. The framework utilizes a universal UI driver specification to decouple component logic from the underlying UI layer, allowing for standardized DOM manipulation and event handling across different execution environments. This architecture enables the integration of nati

    JavaScript
    View on GitHubโ†—8,036
  • alloc/preact-in-motionalloc avatar

    alloc/preact-in-motion

    32View on GitHubโ†—

    This package uses the Preact Options API to introduce an animate prop to every native element (e.g. , , , etc.). It uses the motion/mini package to animate the elements. To understand which features of Motion are supported, see this comparison table.

    TypeScript
    View on GitHubโ†—32
  • alosaur/alosauralosaur avatar

    alosaur/alosaur

    818View on GitHubโ†—

    Alosaur - Deno web framework with many ES Decorators

    TypeScript
    View on GitHubโ†—818
  • alpinejs/alpinealpinejs avatar

    alpinejs/alpine

    31,675View on GitHubโ†—

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    View on GitHubโ†—31,675
  • amberframework/amberamberframework avatar

    amberframework/amber

    2,602View on GitHubโ†—

    A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.

    Crystal
    View on GitHubโ†—2,602
  • amosgyamfi/awesome-fasthtmlamosgyamfi avatar

    amosgyamfi/awesome-fasthtml

    82View on GitHubโ†—

    Awesome and Best FastHTML Resources For Python Developers

    Pythonfasthtmlhtmxpython
    View on GitHubโ†—82
  • an-tao/drogonan-tao avatar

    an-tao/drogon

    13,993View on GitHubโ†—

    Drogon is a high-performance C++ HTTP web framework and asynchronous web server designed for building web applications and REST APIs. It utilizes an event-driven, non-blocking architecture to handle concurrent HTTP and WebSocket connections, and it implements a model-view-controller structure to separate business logic from presentation. The framework includes an integrated C++ object-relational mapping system and database client for performing asynchronous operations with relational databases and Redis key-value stores. It supports real-time, full-duplex communication via WebSockets and prov

    C++
    View on GitHubโ†—13,993
  • analogweb/analogweb-scalaanalogweb avatar

    analogweb/analogweb-scala

    13View on GitHubโ†—

    Tiny High Performance HTTP Server for Scala

    Scala
    View on GitHubโ†—13
  • andeya/faygoandeya avatar

    andeya/faygo

    1,593View on GitHubโ†—

    Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.

    Go
    View on GitHubโ†—1,593
  • andreaferretti/rosencrantzA

    andreaferretti/rosencrantz

    0View on GitHubโ†—
    View on GitHubโ†—0
  • angular/angularangular avatar

    angular/angular

    100,360View on GitHubโ†—

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    TypeScriptangularjavascriptpwa
    View on GitHubโ†—100,360
  • angular/angular.jsangular avatar

    angular/angular.js

    58,615View on GitHubโ†—

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    JavaScript
    View on GitHubโ†—58,615
  • 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