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

tuantvk - Sep 19 '19 - - Dev Community

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

. . . . . . . . . . . .
Terabox Video Player