-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to persist data on Blazor SSR + WASM Client in .NET 8 preview 6 #49448
Comments
I think you will (still) need to use |
We have a tag helper for this when using a .cshtml file. We'll need a component for when using a .razor file. We also need to think about how this will work with streaming rendering. |
@danroth27 Thanks Dan, this is crucial for us to be able to move to the new SSR style in our apps. Could it be possible to also somehow make it easier to do the data persisting part? |
Agreed! We're going to try to get this addressed for .NET 8.
Yup, we're tracking having a declarative model with #26794. Give the issue a 👍 to show your interest and support. |
Closing as a dupe of #49733 |
Trying to reproduce .NET 7 WASM hosted + prerendering template on .NET 8 preview 6.
Is there a possibility yet to persist the data fetched from the server side in Blazor WASM components?
The text was updated successfully, but these errors were encountered: