Reduks
Reduks copied to clipboard
A "batteries included" port of Reduxjs for Kotlin+Android
Hi, I am currently learning to implement this architecture in a small Android app but I am not sure where I should create and keep my Store? How would I...
Can I configure .subscribe to be only exectued on a specific thread?
Hello @beyondeye, I looked at how it could be implemented by your Store and I think it would be required subtle changes. Though, it should be easier with the other...
Inspiration from https://github.com/tappleby/redux-batched-subscribe see discussion in issue #8
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...