React 入门

资料

https://react.docschina.org/tutorial/tutorial.html

https://material-ui.com/zh/getting-started/usage/

 

开始

1. 创建新的 React 应用

然后

React 入门

 

 public/index.html 里的头部

   <meta charset="utf-8" />
    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="theme-color" content="#000000" />
    <meta
      name="description"
      content="Web site created using create-react-app"
    />
    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
    <!--
      manifest.json provides metadata used when your web app is installed on a
      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
    -->
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

meta 里的相关内容请点击链接:

 其余见英文注释

 

上一篇:scrapy爬取快代理并保存mongo数据库


下一篇:Docker Tutorial