How to build your app with Mobx and React quickly ?
If you are in the React world there are some pretty high chances you may have heard about Mobx. Mobx is a lightweight and easy to learn state management library.
Besides mobx we will also add mobx-react that we will use to glue together mobx and react.
Installing react-mobx-cli
git clone https://github.com/tuantvk/react-mobx-cli.git
cd react-mobx-cli
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
View repo Github
Top comments (0)