https://github.com/afeiship/next-react-mobx
Next toolkit for mobx app.
https://github.com/afeiship/next-react-mobx
boot bootstrap mobx next react
Last synced: 2 months ago
JSON representation
Next toolkit for mobx app.
- Host: GitHub
- URL: https://github.com/afeiship/next-react-mobx
- Owner: afeiship
- License: mit
- Created: 2019-11-27T06:54:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T10:37:47.000Z (over 5 years ago)
- Last Synced: 2025-10-20T23:49:09.857Z (9 months ago)
- Topics: boot, bootstrap, mobx, next, react
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-react-mobx
> Next toolkit for mobx app.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```bash
npm install -S @jswork/next-react-mobx
```
## apis
| api | params | description |
| --------- | ------ | --------------- |
| bootstrap | - | Add $app/$store |
## usage
```js
import NxReactMobx from '@jswork/next-react-mobx';
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-react-mobx/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-react-mobx
[version-url]: https://npmjs.org/package/@jswork/next-react-mobx
[license-image]: https://img.shields.io/npm/l/@jswork/next-react-mobx
[license-url]: https://github.com/afeiship/next-react-mobx/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-react-mobx
[size-url]: https://github.com/afeiship/next-react-mobx/blob/master/dist/next-react-mobx.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-react-mobx
[download-url]: https://www.npmjs.com/package/@jswork/next-react-mobx