Home / File/ dev.html — react Source File

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>
    <div id="container"></div>
    <script>
      ReactDOM.render(
        React.createElement('h1', null, 'Hello World!'),
        document.getElementById('container')
      );
    </script>
  </body>
</html>

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/globals/dev.html (directory: fixtures/packaging/globals).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free