| 1 | <script src="shared.js"></script> |
| 2 | <link rel="stylesheet" href="shared.css" /> |
| 3 | <style> |
| 4 | html, body { |
| 5 | min-width: 460px; |
| 6 | min-height: 101px; |
| 7 | } |
| 8 | |
| 9 | hr { |
| 10 | width: 100%; |
| 11 | } |
| 12 | </style> |
| 13 | <p> |
| 14 | <b>This page is using the development build of React. 🚧</b> |
| 15 | </p> |
| 16 | <p> |
| 17 | Note that the development build is not suitable for production. |
| 18 | <br /> |
| 19 | Make sure to <a href="https://reactjs.org/docs/optimizing-performance.html#use-the-production-build">use the production build</a> before deployment. |
| 20 | </p> |
| 21 | <hr /> |
| 22 | <p> |
| 23 | Open the developer tools, and "Components" and "Profiler" tabs will appear to the right. |
| 24 | </p> |