EPIC: Decompose by subtasks if needed
Problem
Our components are "too smart" and it's difficult to maintain, debug and enhance
Accordingly to best practice, we should split UI and model logic explicitly. Another words - use more power from state-manager
Incorrect


Correct
https://github.com/cardbox/frontend/blob/master/src/pages/card/edit/model.ts#L45
P.S.
For any questions ping me π
References
Problem
Our components are "too smart" and it's difficult to maintain, debug and enhance
Accordingly to best practice, we should split UI and model logic explicitly. Another words - use more power from state-manager
Incorrect
Correct
https://github.com/cardbox/frontend/blob/master/src/pages/card/edit/model.ts#L45
P.S.
For any questions ping me π
References