文件名称:watch-state-react:在React中使用监视状态
文件大小:84KB
文件格式:ZIP
更新时间:2024-06-16 13:43:32
JavaScript
@ watch-state / react React 16.8+的状态管理员 安装 npm npm i @watch-state/react 纱 yarn add @watch-state/react 使用 类组件 您可以使用类组件。 import React , { Component } from 'react' import watch , { state } from '@watch-state/react' @ watch class UserName extends Component { @ state name = 'Mike' render ( ) { return ( < input value = { this . name } onChange = { e => this . name = e
【文件预览】:
watch-state-react-main
----rollup.config.js(1000B)
----.github()
--------workflows()
----src()
--------index.test.tsx(6KB)
--------index.ts(2KB)
----lib()
--------LICENSE(1KB)
--------README.md(4KB)
--------index.d.ts(356B)
--------index.es6.js(3KB)
--------index.js(3KB)
--------package.json(807B)
----tsconfig.json(556B)
----LICENSE(1KB)
----jest.config.js(187B)
----README.md(4KB)
----docs()
--------coverage()
----.gitignore(35B)
----bin()
--------release(3KB)
----CHANGELOG.md(1KB)
----package-lock.json(187KB)
----package.json(1KB)