Replies: 1 comment 4 replies
-
I’m playing with MobX by itself on a side project. I’m not missing that much, but then I’m also using Firestore as a back end so it does a lot of the heavy lifting. I’m more than happy to rethink using MST as our primary state management system, but whatever approach we take should be well vetted. So that’s one reason I’m doing this side project with just MobX. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The more I use mst the more frustrated I get. It looked really great in the toy examples but with a slightly more complicated real world scenario I find myself getting tripped up everywhere.
Everything I see on vanilla mobx seems really great.
Things I get:
The things I would lose:
But in reality there's ways to add both replayability and hmr with some extra work from what I read.
For anyone who's done both for RN, what are things in missing?
Beta Was this translation helpful? Give feedback.
All reactions