Yarikx / reductor

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

Partially apply Middleware once for Store and NextDispatcher #11

Closed Yarikx closed 7 years ago

Yarikx commented 7 years ago

Currently, it's impossible to 'initialize' middleware once Store is created. In original Redux it's solved by having Middleware as partially applied function https://github.com/reactjs/redux/blob/master/src/applyMiddleware.js#L29-L30