mobxjs / awesome-mobx

A collection of awesome things regarding MobX.
2.19k stars 159 forks source link

Added a project to the list of real-life examples #82

Closed AdamGerthel closed 4 years ago

AdamGerthel commented 4 years ago

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.

hawkins commented 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!

AdamGerthel commented 4 years ago

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.

hawkins commented 4 years ago

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.