Skip to content

Commit 2bcee5f

Browse files
committed
feat: update to React v16.7.0
1 parent 87cced7 commit 2bcee5f

34 files changed

+28809
-76170
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Then play with the source files under the repo's demo* directories.
2727
<!DOCTYPE html>
2828
<html>
2929
<head>
30-
<script src="../build/react.js"></script>
31-
<script src="../build/react-dom.js"></script>
32-
<script src="../build/browser.min.js"></script>
30+
<meta charset="UTF-8" />
31+
<script src="../build/react.development.js"></script>
32+
<script src="../build/react-dom.development.js"></script>
33+
<script src="../build/babel.min.js"></script>
3334
</head>
3435
<body>
3536
<div id="example"></div>

0 commit comments

Comments
 (0)