Yarikx / reductor

Redux for Android. Predictable state container library for Java/Android
Apache License 2.0
463 stars 27 forks source link

Split middleware #13

Closed Yarikx closed 7 years ago

Yarikx commented 7 years ago

Break Middleware.dispatch into two methods:

That allows developer to initialize middleware with store and nextDispatcher before any actions are dispatched

Closes #11