/react-mobx

A react app to show the use of MobX for state management in React

Primary LanguageJavaScriptMIT LicenseMIT

React State management with MobX

A review dashboard built with React and MobX

Screenshot of the demo app

board

Getting Started

Clone the repository

$ git clone https://github.com/kingidee/react-mobx.git

Change directory

$ cd react-mobx

Install dependencies

$ npm install

Prerequisites

A basic knowledge of React

Built With

  • React - A JavaScript library for building user interfaces.
  • MobX - A very simple and scalable state management library.