-
Hey, I like very much your impl. but when trying to dig a bit more into it I stumbled upon issues with the IDE.
The project does not compile w/ IJ : the following imports can't be found.
``` java
…
glung updated
8 years ago
-
Based on main redux documentation, listener function signature is `subscribe(listener: () => void): Unsubscribe;`
https://github.com/reactjs/redux/blob/master/docs/FAQ.md#how-do-i-subscribe-to-only-a…
-
Thanks so much for this library!
How do you feel about having a phantom type for all action? I personally feel that the usage of Object for an action is too broad. This could be a simple and empty in…
-
Thank you so much for your work on this. It is really nice library. I am a big fan of Redux.
1. Can you share why you decide to move implementation away from Kotlin -> Java?
2. Do you have any support…