DEV Community

Cover image for Exemplary real world application built with react-mobx-cli (Mobx 5)
tuantvk
tuantvk

Posted on

3 2

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

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay