entry-client.tsx
Edit this pageentry-client.tsx
is where an application starts in the browser.
It does this by passing <StartClient>
and a DOM Element (the mounting point), to the mount
function.
This file is an ideal place to run any client specific code that is needed on startup, such as registering service workers. This is the important if you are performing client-only rendering or using other modes of server-side rendering.