Home / File/ development.html — react Source File

development.html — react Source File

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

Entity Profile

Source Code

<script src="shared.js"></script>
<link rel="stylesheet" href="shared.css" />
<style>
  html, body {
    min-width: 460px;
    min-height: 101px;
  }

  hr {
    width: 100%;
  }
</style>
<p>
  <b>This page is using the development build of React. &#x1f6a7;</b>
</p>
<p>
  Note that the development build is not suitable for production.
  <br />
  Make sure to <a href="https://reactjs.org/docs/optimizing-performance.html#use-the-production-build">use the production build</a> before deployment.
</p>
<hr />
<p>
  Open the developer tools, and  "Components" and "Profiler" tabs will appear to the right.
</p>

Frequently Asked Questions

What does development.html do?
development.html is a source file in the react codebase, written in html.
Where is development.html in the architecture?
development.html is located at packages/react-devtools-extensions/popups/development.html (directory: packages/react-devtools-extensions/popups).

Analyze Your Own Codebase

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

Try Supermodel Free