美文网首页
2019-06-24 react的诞生

2019-06-24 react的诞生

作者: tsl1127 | 来源:发表于2019-07-02 20:34 被阅读0次
image.png
原生写法
引入库
www.bootcdn.cn
引入react umd格式的
<script src="https://cdn.bootcss.com/react/16.9.0-alpha.0/umd/react.profiling.min.js"></script>
引入react dom umd格式的
<script src="https://cdn.bootcss.com/react-dom/16.9.0-alpha.0/umd/react-dom.production.min.js"></script>
image.png
image.png
image.png
image.png

代码优化


image.png
image.png

相关文章

网友评论

      本文标题:2019-06-24 react的诞生

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