The entry point for a Remix app when it is rendered on the server (in app/entry.server.js). This component is used to generate the HTML in the response from the server.
app/entry.server.js
The entry point for a Remix app when it is rendered on the server (in
app/entry.server.js
). This component is used to generate the HTML in the response from the server.