With Microsoft's ASP.NET Javascript Services is it possible to pick and choose which routes get rendered server side?
I need marketing pages like the home page to get rendered on the server for SEO, but the web app pages to only be rendered on the client.
I am using react, react router and asp net core 2.0.