region core:渐进式视图模型管理框架 源码
区域核心 region-core是一个渐进式的视图模型管理框架。 您可以在使用react状态,redux并从中受益的同时使用它。 English | 开始使用 安装 npm i region-core 创建具有区域的组件 import { createRegion } from 'region-core' ; const region = createRegion ( 'initialValue' ) ; const handleChange = e => region . set ( e . target . value ) ; const Component = ( ) => { const value = region . useValue ( ) ; return < input value = { value } onChange = { handleChange
文件列表
region-core:渐进式视图模型管理框架
(预估有个112文件)
.gitignore
295B
tsconfig.json
309B
Migrate-zh_CN.md
4KB
Migrate.md
4KB
Document-zh_CN.md
3KB
LICENSE
1KB
package.json
2KB
tslint.json
440B
.gitignore
285B
tsconfig.json
495B
暂无评论