Skip to content

Commit 1172410

Browse files
thysultanegoist
authored andcommitted
Update React boilerplate. (egoist#38)
* Update React boilerplate. Updates the react boilerplate to use the latest released version from npm. * Use React 16 instead of latest
1 parent 484cd0c commit 1172410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boilerplates/react/codepan.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="https://unpkg.com/react@15/dist/react.js"></script>
2-
<script src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script>
1+
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
2+
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
33

44
<div id="app"></div>

0 commit comments

Comments
 (0)