3.2.5 • Published 4 years ago

tkit-model v3.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

name: model menu: 'redux'

route: /tkit/model

npm i tkit-model

tkit createModel / useModel 封装

1. ⚠️ Tips

  • 【自版本 3.2.5 起,解除此限制】npm i tkit-ajax tkit-async tkit-model 确保依赖安装正确

2. 【Deprecated】配置 store

@3.2.5 起不再需要

createModel 依赖 src/store,即 redux 全局 store

如果不存在该文件,请通过 tsconfig paths 或者 webpack alias 适配

Example

src/store.ts

  export default createStore({ ... });

3. API

@3.2.5 完全向下兼容

import createModel, { CM, M, MM, useModel, Tction } from 'tkit-model';

使用文档

3.2.5

4 years ago

3.2.4

4 years ago

3.0.6

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago