JunCai He
home
Blog
Blog
面试
Cesium
Openlayers
Vue知识点
Vue3
JavaScript
CSS
HTML
Node
WebPack
Sass
React
TypeScript
Es6
(opens new window)
Mysql
解决方案
ThreeJs
ThreeJs
ThreeJs
tools
tools
官方文档
Vue
(opens new window)
Vue-Router
(opens new window)
VueX
(opens new window)
MDN
(opens new window)
在线编辑
图片压缩
(opens new window)
代码格式化
(opens new window)
Esay-mock
(opens new window)
在线绘图
(opens new window)
在线服务
阿里云
(opens new window)
腾讯云
(opens new window)
博客指南
掘金
(opens new window)
CSDN
(opens new window)
GitHub
(opens new window)
#
react简介
#
为什么学习react
1、原生js操作dom繁琐、效率低(DOM-API操作UI)
2、使用js直接操作dom,浏览器会进行大量的重绘重排
3、原生is没有组件化编码方案,代码复用率低。
#
react特点
1、采用组件化模式,声明式编码。提高开发效率和组件复用率
2、react native移动端开发
3、虚拟DOM+Diffing算法减少与真实dom的交互
←
创建react应用
ReactDOM.render()
→