- Notifications
You must be signed in to change notification settings - Fork44
Open
Description
The observableMiddleware accepts anext function, but redux'sapplyMiddleware expects a function like that accepts{dispatch: Function, getState: Function} and returns a function like redux-rx'sobservableMiddleware.
Are users expected to wrap observableMiddleware themselves (e.g.const realMiddleware = () => observableMiddleware;)?
Any documentation about its usage would be appreciated.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels