Skip to content
#

frontend-interview

Here are 22 public repositories matching this topic...

kenve
kenve commented Apr 16, 2016

React是什么

  1. facebook 2013 发布
  2. React 兼容IE8+

Html Template

React官网提供的Html模板,所有demo都是在这个Html模板内编写的

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8" />
    <title>Hello React!</title>
    <script src="../build/react.js"></script>
    <script src="../build/react-dom.js"></script>
    <script src="../build/browser.min.js"></script>
</head>

<body>
    <div id="example"></div>

Improve this page

Add a description, image, and links to the frontend-interview topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the frontend-interview topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.