AsyncSsrRouter
@Composable
A router supporting Server-Side Rendering (SSR).
This router will defer the rendering on the server until some asynchronous operation (e.g. fetching data) is finished. It requires the use of routeAction for every declared route.
Note: Be sure to use the routeAction for every possible route to ensure the server-side rendering is completed (e.g. by using app.softwork.routingcompose.RouteBuilder.noMatch for every declared route).