2019-01-23 18:06:21 -08:00
< script src = "shared.js" > < / script >
2020-10-14 23:29:05 +05:30
< link rel = "stylesheet" href = "shared.css" / >
2019-01-23 18:06:21 -08:00
< style >
html, body {
min-width: 460px;
min-height: 133px;
}
hr {
width: 100%;
}
< / style >
< p >
< b > This page includes an extra development build of React. 🚧 < / b >
< / p >
< p >
The React build on this page includes both development and production versions because dead code elimination has not been applied correctly.
< br / >
< br / >
This makes its size larger, and causes React to run slower.
< br / >
< br / >
2020-10-09 07:26:30 +05:30
Make sure to < a href = "https://reactjs.org/docs/optimizing-performance.html#use-the-production-build" > set up dead code elimination< / a > before deployment.
2019-01-23 18:06:21 -08:00
< / p >
< hr / >
< p >
2019-08-21 14:28:57 -07:00
Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.
2019-01-23 18:06:21 -08:00
< / p >