-
My simple sample for SSR no longer works using Preview 6 https://github.com/dodyg/practical-aspnetcore/blob/net6.0/projects/.net8/RazorComponentOne/README.md |
Beta Was this translation helpful? Give feedback.
Answered by
javiercn
Jun 1, 2023
Replies: 1 comment 8 replies
-
Did you see #46980 (comment)? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We got rid of the interface, we are working on a mechanism that is based on source generation, but the public entry point for any of this is MapRazorComponents() that exposes a
ComponentApplicationBuilder
instance