SSR for each route request

Current method:
After the initial render from server, the views are rendered on the client when navigating with aurelia-router. It behaves like a SPA but when I inspect the source code, the html is there for that route module.

Proposed method:
Is it possible to render the views for each route requested using server-side rendering? Similar to React component rendering.

I tested using the skeleton repo.

As always anything is possible :wink: Just steal some razor components / blazor logic and let er rip on .net core. Just build your own interpreter for aurelia syntax and blam.