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
acdlite avatar

acdlite/redux-rx

0
View on GitHub↗
1,007 stars·34 forks·JavaScript·7 views

Redux Rx

redux-rx

Features

  • React - A JavaScript library for building user interfaces - Listed in the “React - A JavaScript library for building user interfaces” section of the Awesome Redux awesome list.
  • RxJS - Listed in the “RxJS” section of the Awesome Redux awesome list.

Star history

Star history chart for acdlite/redux-rxStar history chart for acdlite/redux-rx

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

Frequently asked questions

What does acdlite/redux-rx do?

redux-rx

What are the main features of acdlite/redux-rx?

The main features of acdlite/redux-rx are: React - A JavaScript library for building user interfaces, RxJS.

What are some open-source alternatives to acdlite/redux-rx?

Open-source alternatives to acdlite/redux-rx include: redux-observable/redux-observable — Redux-Observable is a functional middleware for Redux that treats action streams as observables to manage complex… semlinker/reactjs-interview-questions — This repository serves as a comprehensive knowledge base and study guide for developers preparing for technical… acdlite/redux-batched-updates — Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See… acdlite/redux-react-router — Redux bindings for React Router – keep your router state inside your Redux store. acdlite/redux-transduce — Transducer utilities for Redux. acdlite/redux-promise — redux-promise.

Open-source alternatives to Redux Rx

Similar open-source projects, ranked by how many features they share with Redux Rx.
  • redux-observable/redux-observableredux-observable avatar

    redux-observable/redux-observable

    7,815View on GitHub↗

    Redux-Observable is a functional middleware for Redux that treats action streams as observables to manage complex asynchronous side effects and timing. It acts as an asynchronous action orchestrator, transforming streams of Redux actions into new actions through pipelines of observable-based side effects to coordinate application state changes. The project allows for the dynamic loading, injection, and replacement of side-effect streams at runtime. This enables the addition of asynchronous task handlers without requiring a full application restart, supporting code splitting and lazy loading o

    TypeScript
    View on GitHub↗7,815
  • semlinker/reactjs-interview-questionssemlinker avatar

    semlinker/reactjs-interview-questions

    2,171View on GitHub↗

    This repository serves as a comprehensive knowledge base and study guide for developers preparing for technical assessments and job screenings focused on React. It provides a structured collection of common industry inquiries and answers designed to build proficiency in the core concepts and patterns required for modern web interface development. The resource covers the fundamental pillars of the library, including component-based architecture, declarative rendering, and unidirectional data flow. It details essential patterns for managing both local and global application state, as well as te

    JavaScriptinterview-preparationinterview-questionsreact
    View on GitHub↗2,171
  • acdlite/redux-batched-updatesacdlite avatar

    acdlite/redux-batched-updates

    223View on GitHub↗

    Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues/125 for more details.

    JavaScript
    View on GitHub↗223
  • acdlite/redux-promiseacdlite avatar

    acdlite/redux-promise

    2,647View on GitHub↗

    redux-promise

    JavaScript
    View on GitHub↗2,647
  • See all 30 alternatives to Redux Rx→