MobX tutorial #1 - MobX + React is AWESOME

MobX is AWESOME. It makes programming fun and . GET THE CODE: THERE ARE 2 BRANCHES: “master“ for where we end up and “start“ for where we start. MobX builds on the concept of observable values. When React observes a value, it can automatically update the UI whenever the value changes. This makes programming with MobX and Reactjs extremely simple. All it takes to begin is to install mobx and mobx-
Back to Top