-
Notifications
You must be signed in to change notification settings - Fork 54
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
Custom Bolero node #343
Comments
What you have seems pretty okay, are you looking for a simpler way to do it? In .NET 8 there's "streaming rendering" that automates this, but we'll need to convert Bolero's server-side rendering from the current custom renderer to Blazor 8's SSR to be able to use it. |
Will you work on that?
If a more type-safe or Bolero-native way exists, then I would try |
I've started looking into it, yes.
It needs to use a dedicated component anyway. You could make the component generic instead of necessarily using |
Can I define an async Bolero node similar to
The text was updated successfully, but these errors were encountered: