Are MobX and VueJS redux-saga/observable killers?
That is, if I create a Mobx or VueJS app, do I not need to wory about side effects using redux-saga or redux-observable?
My understanding of Mobx is that the answer is "No". And if you don't use a side effects library, you end up recreating something...