Y
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
armandososa
2225 days ago
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.
link
Keats
2229 days ago
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.
link