For all pages, if this handler exists, await it on the server.
Context: this is the place where async data fetching happens ideally, so when the developer uses "await" inside this handler, do actually await for "componentDidMount" to finish, so there is a good SEO-friendly HTML rendered.
For all pages, if this handler exists, await it on the server. Context: this is the place where async data fetching happens ideally, so when the developer uses "await" inside this handler, do actually await for "componentDidMount" to finish, so there is a good SEO-friendly HTML rendered.