网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  react--hello,word

react--hello,word

分类: IT文章 • 2022-08-10 20:51:56

官网地址:

https://facebook.github.io/react/

github地址:

https://github.com/facebook/react
1.下载
http://facebook.github.io/react/downloads.html
2.hello word!
点击查看演示
代码如下:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <script src="react.min.js"></script>
    <script src="JSXTransformer.js"></script>
</head>
<body>
    <div id="example"></div>
    <script type="text/jsx">
        React.render(
            <h1>Hello, world!</h1>,
            document.getElementById('example')
        );
    </script>
</body>
</html>

3.cdn地址
http://www.bootcdn.cn/react/
只要引入就可以使用啦

相关推荐

  • 139. Word Break
  • NLP系列2:Word2Vec理论及实战 提出 基础知识 背景知识 Word2Vec实现
  • 使用Word发布文章到 WordPress 博客
  • 通过编写 shell 脚本实现二进制安装 LAMP 架构的 word press
  • 如何编辑Microsoft Office Word 2003默认的Normal.dot模板文件
  • 安装PowerDesigner 12之后,在Microsoft Office Word 2003的模板和插件中无法移除WordToRqm.dot的解决方案
  • Python- 【python无法更新pip】提示python.exe: No module named pip 安装excel,word第三方库
  • 将word中的标题和正文按照大纲等级导入到excel中
  • java导出word的几种方式
  • .net动态生成word文档,并下载
  • 精通MySQL之架构篇
  • python运维开发之第二天
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号