etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Add 'EiffelViewModel' with state reducing and action dispatching #51

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

As stated in #50, Eiffel's architecture should be shifted to a more Redux like approach. This issue is about creating a new type of ViewModel that supports dispatching actions and reducing state with actions.