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

clarus/redux-ship

0
View on GitHub↗
606 stars·19 forks·JavaScript·MIT·15 viewsclarus.github.io/redux-ship↗

Redux Ship

Redux Ship is a side effects handler for Redux which focuses on:

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.
  • Side Effects - Listed in the “Side Effects” section of the Awesome Redux awesome list.

Star history

Star history chart for clarus/redux-shipStar history chart for clarus/redux-ship

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 Ship

Similar open-source projects, ranked by how many features they share with Redux Ship.
  • pburtchaell/redux-promise-middlewareP

    pburtchaell/redux-promise-middleware

    0View on GitHub↗

    Redux Promise Middleware enables simple, yet robust handling of async action creators in Redux.

    View on GitHub↗0
  • 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
  • gaearon/redux-thunkgaearon avatar

    gaearon/redux-thunk

    17,694View on GitHub↗

    Redux-thunk is a middleware for Redux that enables action creators to return functions instead of plain objects. It serves as an asynchronous state management tool and functional action dispatcher that coordinates complex workflows and delays state updates until asynchronous tasks are complete. This middleware grants action creators access to the store state and dispatch methods, allowing for the execution of conditional logic and the coordination of multiple asynchronous operations. It enables the injection of custom dependencies and service layers to decouple business logic from the core st

    TypeScript
    View on GitHub↗17,694
  • yelouafi/redux-sagayelouafi avatar

    yelouafi/redux-saga

    22,443View on GitHub↗

    Redux-Saga is a middleware library for Redux applications that manages asynchronous data flows and complex side effects. It serves as a decoupled state management effect layer and workflow orchestrator, utilizing JavaScript generator functions to pause and resume asynchronous operations without blocking the application. The library distinguishes itself by using generators to manage sequential or parallel tasks and state transitions outside of the main user interface thread. This approach allows for the coordination of complex asynchronous workflows, such as multi-step data fetching and API ca

    JavaScript
    View on GitHub↗22,443
See all 30 alternatives to Redux Ship→

Frequently asked questions

What does clarus/redux-ship do?

Redux Ship is a side effects handler for Redux which focuses on:

What are the main features of clarus/redux-ship?

The main features of clarus/redux-ship are: React - A JavaScript library for building user interfaces, Side Effects.

What are some open-source alternatives to clarus/redux-ship?

Open-source alternatives to clarus/redux-ship include: redux-observable/redux-observable — Redux-Observable is a functional middleware for Redux that treats action streams as observables to manage complex… yelouafi/redux-saga — Redux-Saga is a middleware library for Redux applications that manages asynchronous data flows and complex side… gaearon/redux-thunk — Redux-thunk is a middleware for Redux that enables action creators to return functions instead of plain objects. It… pburtchaell/redux-promise-middleware — Redux Promise Middleware enables simple, yet robust handling of async action creators in Redux. semlinker/reactjs-interview-questions — This repository serves as a comprehensive knowledge base and study guide for developers preparing for technical… acdlite/redux-rx — redux-rx.