We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my effort to improve support for rx and provide better middleware for async action, I should implement epics and saga. For epics see for reference https://redux-observable.js.org/docs/basics/Epics.html There is also an implementation in kotlin for rxjava by Michael Pardo here: https://github.com/pardom/redux-observable-kotlin A very similar middleware that is independent from rx is redux-saga http://yelouafi.github.io/redux-saga/ I could implement both, merging interfaces, for having the same functionality both when using rxjava or something else (kotlin coroutines/ kovenant promises)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my effort to improve support for rx and provide better middleware for async action, I should implement
epics and saga.
For epics see for reference https://redux-observable.js.org/docs/basics/Epics.html
There is also an implementation in kotlin for rxjava by Michael Pardo here: https://github.com/pardom/redux-observable-kotlin
A very similar middleware that is independent from rx is redux-saga
http://yelouafi.github.io/redux-saga/
I could implement both, merging interfaces, for having the same functionality both when using rxjava or something else (kotlin coroutines/ kovenant promises)
The text was updated successfully, but these errors were encountered: