Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dva-immer

dvajs105.4kMIT1.0.2

Auto loading data binding plugin for dva.

dva, dva-plugin, immer

readme

dva-immer

NPM version Build Status Coverage Status NPM downloads

Create the next immutable state tree by simply modifying the current tree


Install

$ npm install dva-immer --save

Usage


const app = dva();
app.use(require('dva-immer').default());

some like umi-plugin-dva line 106

Look more Immer

License

MIT