Hacker News new | ask | show | jobs
by topspin 2229 days ago
Mobx itself is insufficient? What does mobx-state-tree provide that mobx does not? The README doesn't convey anything meaningful.
2 comments

Well, you know how MobX itself is very unopinionated? MST is very structured and opinionated. It's also immutable which means you get snapshots of every mutation to the tree which is very useful in almost all cases.
Mobx itself is fine for most usecases I think. I've used it on 4-5 projects now and it's been working very well in each.