Home / File/ 16.3.html — react Source File

16.3.html — react Source File

Architecture documentation for 16.3.html, a html file in the react codebase.

Entity Profile

Source Code

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>React 16.3</title>
    <link rel="stylesheet" href="styles.css" />

    <script type="text/javascript">
      // Enable DevTools to inspect React inside of an <iframe>
      // This must run before React is loaded
      __REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
    </script>

    <script src="https://unpkg.com/react@16.3/umd/react.development.js"></script>
    <script src="https://unpkg.com/react-dom@16.3/umd/react-dom.development.js"></script>
    
    <!-- Don't use this in production: -->
    <script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
  </head>
  <body>
    <div id="root">
      If you are seeing this message, you are likely viewing this file using the <code>file</code> protocol which does not support cross origin requests.
      <br/><br/>
      Use the <code>server</code> script instead:
      <br/><br/>
      <code>node ./fixtures/devtools/regression/server.js</code><br/>
      <code>open <a href="http://localhost:3000/16.3.html">http://localhost:3000/16.3.html</a></code>
    </div>

    <script src="shared.js" type="text/babel"></script>

    <!--
      This is a great way to try React but it's not suitable for production.
      It slowly compiles JSX with Babel in the browser and uses a large development build of React.
      Learn more at https://reactjs.org/docs/getting-started.html
    -->
  </body>
</html>

Frequently Asked Questions

What does 16.3.html do?
16.3.html is a source file in the react codebase, written in html.
Where is 16.3.html in the architecture?
16.3.html is located at fixtures/devtools/regression/16.3.html (directory: fixtures/devtools/regression).

Analyze Your Own Codebase

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

Try Supermodel Free