awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
clarus avatar

clarus/redux-ship

0
View on GitHub↗
606 星标·19 分支·JavaScript·MIT·8 次浏览clarus.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 历史

clarus/redux-ship 的 Star 历史图表clarus/redux-ship 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Redux Ship 的开源替代方案

相似的开源项目,按与 Redux Ship 的功能重合度排序。
  • pburtchaell/redux-promise-middlewareP

    pburtchaell/redux-promise-middleware

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • redux-observable/redux-observableredux-observable 的头像

    redux-observable/redux-observable

    7,815在 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
    在 GitHub 上查看↗7,815
  • gaearon/redux-thunkgaearon 的头像

    gaearon/redux-thunk

    17,694在 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
    在 GitHub 上查看↗17,694
  • yelouafi/redux-sagayelouafi 的头像

    yelouafi/redux-saga

    22,443在 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
    在 GitHub 上查看↗22,443
查看 Redux Ship 的所有 30 个替代方案→

常见问题解答

clarus/redux-ship 是做什么的?

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

clarus/redux-ship 的主要功能有哪些?

clarus/redux-ship 的主要功能包括:React - A JavaScript library for building user interfaces, Side Effects。

clarus/redux-ship 有哪些开源替代品?

clarus/redux-ship 的开源替代品包括: 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.