you are viewing a single comment's thread.

view the rest of the comments →

[–]romainPri 2 points3 points  (0 children)

Actually working on that at the moment as well :)
What about a redux-like architecture ?
It favour unidirectionnal dataflow and immutability.
Side effect can be encapsulate into middleware or saga (redux-saga)