MobX tutorial #2 - Computed Values and Nested/Referenced Observables

MobX is AWESOME. It makes programming fun and . Get the code here: 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 inst
Back to Top