Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 443 Bytes

umi-plugin-rematch

Rematch plugin for umi. Based on umi-plugin-dva.


  1. Install
yarn add @jerexyz/umi-plugin-rematch
  1. Config in .umirc.js
['@jerexyz/umi-plugin-rematch', { immer: true }]

Suggest to use together with umi-plugin-react, see website umi-plugin-react for more.