文件名称:react-state-store:控制React状态的能力
文件大小:355KB
文件格式:ZIP
更新时间:2024-06-22 00:06:24
JavaScript
React状态存储 使您能够决定在setState执行的时间和state 安装 npm install react-state-store --save 为什么 有时我在不同的函数中使用setState来分离逻辑。 然后当我尝试组合使用它们时,我希望它们只执行一次setState这样它就不会重新渲染太多。 this.setState({attribute1: name1}) callback( this.setState({attribute2: name2}) (() => { this.setState({attribute3: name3}) })(this); ) But I hope execute setState only one time 用法 1 . 安装后需要 react-state-store import SetStore from "react
【文件预览】:
react-state-store-master
----.gitignore(31B)
----package.json(920B)
----src()
--------index.js(681B)
----LICENSE(1KB)
----index.js(824B)
----README.md(2KB)
----example()
--------src()
--------index.html(159B)
--------bundle.js(1.53MB)
----.npmignore(40B)