evant / redux

Redux ported to java/android (name tbd)
Apache License 2.0
191 stars 24 forks source link

Add dispatcher as parameter to the middleware - Fix #8 #9

Open guitcastro opened 6 years ago

guitcastro commented 6 years ago

This PR fix issue #8 .

evant commented 6 years ago

Cool, I played around with making the store available to the middleware in the past but couldn't figure out a clean solution. Just providing the dispatcher actually seems pretty reasonable. 👍