Yarikx / reductor

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

Introduce Cursor and Dispatcher interfaces #17

Closed Yarikx closed 7 years ago

Yarikx commented 7 years ago

Extract interfaces implemented by Store: Cursor -- responsible for retrieving the state and subscribing to state updates Dispatcher -- responsible for dispatching actions

So now functionality of Store is exposed as interfaces.