美文网首页react-native
react native面试题

react native面试题

作者: 彩虹下的笑颜 | 来源:发表于2021-03-15 15:10 被阅读0次

1、rn相比于原生,有哪些优势

跨平台使用,
组件化开发,重用性高,
方便编译,
支持热更新

2、rn组件的生命周期

props,state,
componentWillMount,render,componentDidMount,
ComponentWillReceiveProps
shouldComponentUpdate,componentWillUpdate,componentDidUpdate,
componentWillUnmount

3、rn的缺点有哪些

需要依托于原生,内存高

4、父传子,子传父实现原理

子组件用flux环传递,最后调用父组件onchange事件
子组件调用onchange事件,在父组件调用flux环传递到view层

5、如何实现底部tabbar的高度不一致呢

flex布局,绝对定位

6、state的作用

刷新组件

相关文章

网友评论

    本文标题:react native面试题

    本文链接:https://www.haomeiwen.com/subject/ngkiiktx.html