Skip to content

Commit 7c61c2d

Browse files
committed
Added the root container element <div> with id of 'react-app' for the future React app to render into.
1 parent d4c86c7 commit 7c61c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

try_me.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/
1010
</a>
1111
</p>
12+
<div id='react-app'></div>
1213
<script type='text/javascript' src='webpack_out/minimalistic_react.js'></script>
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)