{"library":"redux-observable-middleware","type":"library","category":null,"description":"Redux Observable Middleware is a lightweight Redux middleware designed for integrating RxJS-like observables directly into Redux action creators. It is currently in an early stage of development, with the latest stable version being `0.2.0`, published 10 years ago. While there isn't a defined release cadence, its purpose is to simplify handling asynchronous data streams by automatically subscribing to any object with a `subscribe` method found within an action's `observable` property. This package dispatches specific lifecycle actions (`_ON_NEXT`, `_ON_ERROR`, `_ON_COMPLETED` or custom types) as the observable emits values, completes, or errors. This approach differs from more comprehensive solutions like `redux-observable`, which utilizes \"epics\" for side effects, offering a simpler, direct method for incorporating observables into the Redux data flow.","language":"javascript","status":"abandoned","version":"0.2.0","tags":["javascript"],"install":[{"cmd":"npm install redux-observable-middleware","imports":["import observableMiddleware from 'redux-observable-middleware';","import * as Redux from 'redux';","import * as Rx from 'rxjs';"]},{"cmd":"yarn add redux-observable-middleware","imports":[]},{"cmd":"pnpm add redux-observable-middleware","imports":[]}],"homepage":null,"github":"https://github.com/d6u/redux-observable-middleware","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/redux-observable-middleware","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/redux-observable-middleware/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Wed Jul 22","install_tag":null}}