react-tagged-state:React式不可变状态管理器

时间:2024-03-30 19:36:21
【文件属性】:

文件名称:react-tagged-state:React式不可变状态管理器

文件大小:52KB

文件格式:ZIP

更新时间:2024-03-30 19:36:21

TypeScript

React标记状态 受 , 和启发的React式不可变状态管理器 import { createTagged , useTagged } from 'react-tagged-state' ; const state = createTagged ( 'state' , { deep : { nested : { state : 0 } } } ) ; const Example = ( ) => { useTagged ( ) ; return ( < button onClick = { ( ) => { ++ state [ 'deep.nested.state' ] ; } } > { state `deep.neste


【文件预览】:
react-tagged-state-main
----src()
--------index.ts(12KB)
----tsconfig.json(7KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(367B)
----.eslintignore(367B)
----package-lock.json(177KB)
----package.json(1KB)

网友评论