Closed AdamGerthel closed 4 years ago
Sorry it took me so long! Is it the game or landing page site that uses mobx?
(looks like a cool game btw!)
edit: wow long day, just noticed you said react native, so I'm assuming the mobile game instead. I'm going to merge this, but I'm thinking long term our real life examples should be open sourced. TBD... thanks for the PR!
Right - yes, it's the game that uses MobX :)
While I'm aware that it doesn't really "help" anyone when there's no source code available, it could feel re-assuring to see a project like this using MobX. It's got a lot more state management than most web apps do.
Yep, bingo, I think that's why we've had the list so long anyways. It's definitely relieving to know real projects in the real world use a library when you evaluate it, even if you can't see the code to learn how they solve problems. This is a perfect example of it, because you can reason about what state it would have to store, and could assume that this could be an important library to the project then.
I added our game (https://untold-game.com/) to the list of real-life examples. I'm a long time fan and user of MobX and figured I wanted to give back by showing what I've been able to create with the help of MobX.