dev.html — react Source File
Architecture documentation for dev.html, a html file in the react codebase.
Entity Profile
Source Code
<html>
<body>
<script src="../../../build/oss-experimental/react/umd/react.development.js"></script>
<script src="../../../build/oss-experimental/react-dom/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6/babel.js"></script>
<div id="container"></div>
<script type="text/babel">
ReactDOM.render(
<h1>Hello World!</h1>,
document.getElementById('container')
);
</script>
</body>
</html>
Source
Frequently Asked Questions
What does dev.html do?
dev.html is a source file in the react codebase, written in html.
Where is dev.html in the architecture?
dev.html is located at fixtures/packaging/babel-standalone/dev.html (directory: fixtures/packaging/babel-standalone).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free