/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react-devtools-extensions/popups/development.html
28 строк
631 B
Brian Vaughn
Merged changes from 4.0.5 -> 4.0.6 from DevTools fork
26 авг 2019, 20:12
26 авг 2019, 20:12
9d4fd7a
Код
Авторство
О чём код?
<script src="shared.js"></script> <style> html, body { font-size: 14px; min-width: 460px; min-height: 101px; } body { margin: 8px; } hr { width: 100%; } </style> <p> <b>This page is using the development build of React. 🚧</b> </p> <p> Note that the development build is not suitable for production. <br /> Make sure to <a href="https://facebook.github.io/react/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>