Exemplary real world application built with react-mobx-cli (Mobx 5)

tuantvk

tuantvk

Posted on September 19, 2019

Exemplary real world application built with react-mobx-cli (Mobx 5)

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
Enter fullscreen mode Exit fullscreen mode

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

View repo Github

💖 💪 🙅 🚩
tuantvk
tuantvk

Posted on September 19, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related