Mobx-state-tree: Opinionated, transactional, MobX-powered state container
1–5 of 5 posts
Re: Mobx-state-tree: Opinionated, transactional, MobX-powered state container
#2Re: Mobx-state-tree: Opinionated, transactional, MobX-powered state container
#3Does anyone out there use MobX in production on a large app and have any comments on how the experience is? Especially how it scales beyond simple todo list apps.
For example in proppy.io, as described here: https://blog.wearewizards.io/a-mobx-introduction-and-case-st...
Re: Mobx-state-tree: Opinionated, transactional, MobX-powered state container
#4Does anyone out there use MobX in production on a large app and have any comments on how the experience is? Especially how it scales beyond simple todo list apps.
I've got nothing but praise for Mobx. So far the only feature I'm missing is observable Sets.
I was using Immutable.JS with alt.js and ended up writing a lot of boilerplate. While I sometimes miss the API from Immutable.JS, the simplicity of working with mobx more than makes up for the lackluster API of vanilla JS data structures.
Admittedly there's very little high performance stuff we do, although our study mode with moving questions/flashcards has had poor performance previously and I had to optimize parts of it.
Happy to answer any questions you might have. FWIW I've never worked on an app with Redux.
Re: Mobx-state-tree: Opinionated, transactional, MobX-powered state container
#5Does anyone out there use MobX in production on a large app and have any comments on how the experience is? Especially how it scales beyond simple todo list apps.