You get a blank screen when you have JS off. Now, anyone browsing with JS off by default is probably used to this and knows the deal, but it would be nice to say "This site requires JavaScript." Probably as simple as adding a <noscript> tag here:
|
<body> |
|
<div id="root"></div> |
|
<script type="module" src="./app/main.tsx"></script> |
|
</body> |
