Optional handleSSROptional handleSSRSyncServer side render a subapp sync.
sync means the subapp's module must have been loaded
ssr data
Optional prepareSSRPrepare a subapp's data and features for doing SSR.
This is separate because preparing data is likely async and if app
requires using the sync renderToString, then it has to be in two
stages.
async version of running actual SSR