etiennelenhart / Eiffel

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

Add 'Interception' to run side effects on action dispatch #52

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. Since updating states needs be done purely, there has to be a way to intercept actions and trigger side effects.