Y

YouLibs

Remove Touch Overlay

MobX tutorial #1 - MobX + React is AWESOME

Duration: 07:01Views: 180.6KLikes: 1.3KDate Created: Aug, 2016

Channel: LearnCode.academy

Category: Howto & Style

Tags: functionalreactmobxreact.js fluxreactive functional programmingreact mobxreact.jsobservablesjs tutorialweb developmentmobx tutorialfunctional javascriptprogrammingreact fluxmobx observablesreact reduxjavascript tutorialreactjsweb development tutorialjavascriptreact.js reduxreactive functional programming javascriptmobx.jsreactivereactive functional javascriptrfp jsmobx reactobservablebeginnersfunctional jsrfp

Description: MobX is AWESOME. It makes React.js programming fun and it...just...works. GET THE CODE: github.com/learncodeacademy/react-js-tutorials/tree/master/6-mobx-react 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-react and make sure that you are transforming class properties and decorators in Babel. Now, you simply add @observable to your MobX class and you've successfully built a MobX observable store. To "observe" the store, you pass in a MobX store as a prop and you decorate your React component with the @observer decorator. Voila...you're reacting to store changes in React. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-

Swipe Gestures On Overlay