state-types-react:像 propTypes,但用于状态

时间:2024-07-28 15:38:30
【文件属性】:

文件名称:state-types-react:像 propTypes,但用于状态

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-28 15:38:30

JavaScript

状态类型React 允许以与使用propTypes或contextTypes相同的方式验证状态。 用: 在React之前,在应用程序的顶部需要此模块。 // Require at the very top level. require ( 'state-types-react' ) ; // ... rest of your code here var Component = React . createClass ( { stateTypes : { account : React . PropTypes . instanceOf ( Account ) . isRequired } , getInitialState : function ( ) { return { account : getAccount ( ) } } ,


【文件预览】:
state-types-react-master
----index.js(617B)
----package.json(788B)
----__tests__()
--------index.js(1KB)
----LICENSE.md(1KB)
----.gitignore(12B)
----README.md(613B)
----utils()
--------preprocessor.js(150B)

网友评论