Everyone who owns a Blazor component library (e.g., vendors or OSS projects) will have roughly the same questions about what they are supposed to do for Blazor server-side rendering in .NET 8. We should provide some written guidance about:
- Figuring out what your component is supposed to do in SSR mode
- Techniques you can use to make some of the interactive features still work (e.g., form post)
- Anything you should think about relating to streaming rendering
- Should you mark components as interactive?
Everyone who owns a Blazor component library (e.g., vendors or OSS projects) will have roughly the same questions about what they are supposed to do for Blazor server-side rendering in .NET 8. We should provide some written guidance about: