Shift to a more Redux like approach
Closed this issue · 1 comments
etiennelenhart commented
While the use of ViewModel
functions for UI events, simple updateState()
calls and conventions for ViewState
s is easy to implement, some problems concerning concurrent state updates and testability may arise.
To accommodate this, Eiffel's approach should be shifted to a more Redux like approach with typed actions and clearly defined state updates.
Related issues:
etiennelenhart commented
Shift to Redux/MVI approach is basically done.