Auto loading data binding plugin for modernx.
npm install modernx-immer



Create the next immutable state tree by simply modifying the current tree
---
``bash`
$ npm install modernx-immer --save
`javascript
const app = modernx();
app.use(require('modernx-immer').default());
``
some like umi-plugin-modernx line 106
Look more Immer