项目作者: nearform

项目描述 :
Demo React application using MobX for state management
高级语言: JavaScript
项目地址: git://github.com/nearform/react-mobx-demo.git
创建时间: 2021-02-10T10:12:47Z
项目社区:https://github.com/nearform/react-mobx-demo

开源协议:MIT License

下载


React MobX demo

This repository showcases usage of MobX with React.

A live version can be found at https://nearform.github.io/react-mobx-demo/

How to run

  1. yarn
  2. yarn start

What’s inside

  1. A simple example of a counter app.

  2. An advanced example demonstrating all core MobX constructs.

  3. A complex example that encapsulates the store from 2.) into a reusable module called Collection. It also shows how to use React context to access the store.