react propify methods:一个React实用程序将实例方法转换为带有Observables的props 源码
React方法 将实例方法转换为可观察的道具。 实用程序函数(高阶组件,'HOC'),该函数将React组件作为输入,并返回行为类似于输入但接受可调用组件实例方法的Observable道具的React组件。 :disappointed_face: 避免这种情况: this.textFieldRef.current.clear() :smiling_face_with_sunglasses: 为此: 这个软件包解决了什么问题 假设您有一个具有实例方法的React组件,例如,在React Native中,我们知道TextInput具有clear()方法: { this . textInput = input ; } } / > this . textInput . current . clear ( ) ; 不幸的是,实例方法在R
文件列表
react-propify-methods-master.zip
(预估有个10文件)
react-propify-methods-master
.gitignore
58B
package.json
857B
package-lock.json
28KB
LICENSE
1KB
tsconfig.json
216B
test.js
5KB
README.md
3KB
index.ts
2KB
.npmignore
23B
暂无评论