Skip to content

React hooks integrating Redux-Observable into the component lifecycle.

License

Notifications You must be signed in to change notification settings

Sharakai/useReduxObservableEpic

Repository files navigation

🚧 WORK IN PROGRESS - Expect breaking changes. Use at your own risk. 🚧


useEpic logo

useReduxObservableEpic

React hooks to integrate Redux-Observable Epics into a React component's lifecycle.

Provides access to the Redux-Observable actions and state observables and dependencies within the context of a React component.

Purpose

Getting Started

npm install use-redux-observable-epic

API

Hook What it does
useEpic Subscribes to the provided Epic for the lifetime of a React component.
useEpicState$ A variant of useEpic which provides the emitted values as an Observable.
useEpicState A variant of useEpicState$ which subscribes to the returned Observable and uses the output as React state.

useEpic (Source)

TODO

useEpicState$ (Source)

TODO

useEpicState (Source)

TODO

Examples

About

React hooks integrating Redux-Observable into the component lifecycle.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published