# fed-mobx-4-2
**Repository Path**: dadami/fed-mobx-4-2
## Basic Information
- **Project Name**: fed-mobx-4-2
- **Description**: mobx
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-17
- **Last Updated**: 2021-03-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### Mobx 工作流程
action -> state -> Views
```js
npm install mobx mobx-react
// store 文件夹
import { Provider } from 'mobx-react';
import counter from './store/countStore'