Renders the client runtime of your app. It should be rendered inside the
<body>
of the document.
If server rendering, you can omit <Scripts/> and the app will work as a
traditional web app without JavaScript, relying solely on HTML and browser
behaviors.
Renders the client runtime of your app. It should be rendered inside the
<body>of the document.If server rendering, you can omit
<Scripts/>and the app will work as a traditional web app without JavaScript, relying solely on HTML and browser behaviors.