entry-server.tsx
Edit this pageentry-server.tsx
is where an application starts on the server.
This happens by entry-server.tsx
providing a document component to <StartServer>
and passing it into createHandler
for server side rendering.
A typical entry-server.tsx
for a new project looks like this:
For setting different SSR modes (sync | async | stream), see createHandler
.