关于RN的直接操作和ref/refs的使用

简介: 这里具体讲解了RN的setNativeProps的使用:http://www.jianshu.com/p/638c85b9bb66而在直接操作的过程中,对REFS的理解是不可缺少的。

这里具体讲解了RN的setNativeProps的使用:

http://www.jianshu.com/p/638c85b9bb66


而在直接操作的过程中,对REFS的理解是不可缺少的。

REF可以有两种形式,分别是字符串和函数(一般使用箭头函数直接返回需要控制的实例)

this._refButton.setNativeProps
this.refs.myInput.setNativeProps
第一种方式是函数方式,_refButton即为绑定的内部变量(个人理解,不知道是否有问题);第二种方式是字符串方式,myInput是绑定的字符串,通过refs来访问之。


关于react中的ref,这两篇文章写的比较好:

http://www.onmpw.com/tm/xwzj/web_154.html

http://www.onmpw.com/tm/xwzj/web_155.html

目录
相关文章
|
7月前
|
JavaScript
VUE里的find与filter使用与区别
VUE里的find与filter使用与区别
736 0
|
7月前
|
JavaScript 小程序 前端开发
[Vue warn]: Error in callback for watcher “fileList“: “TypeError: Cannot create property ‘uid‘ on st
[Vue warn]: Error in callback for watcher “fileList“: “TypeError: Cannot create property ‘uid‘ on st
164 0
|
7月前
|
移动开发 前端开发
vue3 Element-Plus封装的el-tree-select的使用
vue3 Element-Plus封装的el-tree-select的使用
495 0
vue3 Element-Plus封装的el-tree-select的使用
|
7月前
|
JavaScript 前端开发 算法
为什么需要key,dom diff
React的"key"属性和DOM diff是性能优化的关键。"key"帮助React识别列表元素身份,减少重渲染,而DOM diff通过对比新旧虚拟DOM找到最小更新,避免全树渲染。这两者结合提升性能、保证正确性并优化列表操作。正确设置"key"属性能避免错误和性能下降,实现更高效的组件更新。
|
7月前
|
SQL 关系型数据库 MySQL
mysql查询语句的访问方法const、ref、ref_or_null、range、index、all
mysql查询语句的访问方法const、ref、ref_or_null、range、index、all
|
JavaScript 索引
vue 数组处理= 循环--查找过滤--添加删除--去重[.every()/.some()/.find()/.filter()/.forEach()/.map()]
vue 数组处理= 循环--查找过滤--添加删除--去重[.every()/.some()/.find()/.filter()/.forEach()/.map()]
350 0
vue 数组处理= 循环--查找过滤--添加删除--去重[.every()/.some()/.find()/.filter()/.forEach()/.map()]
|
JavaScript
Vue3--ref 和 $refs 的使用
Vue3--ref 和 $refs 的使用
|
JavaScript
Inject reducer arbitrarily rather than top level for redux store to replace reducer
When writing a big react redux application or any SPA using redux, there is a need to split code with webpack and load reducers asynchronously. The way to load reducer asynchronously is utilizing red
1465 0
|
SQL Oracle 关系型数据库
[20171211]HASH GROUP BY ?354?.txt
[20171211]HASH GROUP BY not used when using more that 354 aggregate functions.txt --//http://msutic.
1241 0