Loïc Denuzière

Results 263 comments of Loïc Denuzière

The aspnetcore issue is marked as fixed, have you been able to confirm it with Bolero?

Yes, that's how CSS isolation works in Blazor by default: it only applies to the elements directly inside the component, and not the ones in a nested component. To apply...

Hot reload relies on the server to pick up and send file changes, so indeed it won't work in client only.

What happens here is that the message is dispatched; but the `dispatch` function just queues the message to be processed. It doesn't wait for it (or the `Cmd`s it caused)...

That would probably be an issue with Blazor itself, I don't think there's anything that can be done about this within Bolero. That being said, there must be something specific...

Sorry for the delayed response, but sure, go ahead and submit it!

@fwaris I wouldn't expect existing code to break due to this; interactive render modes are a new alternate way of managing rendering, but existing ones are still valid. As a...

@fwaris Yes, the C# version uses an index.html which means it doesn't have prerendering. So I guess if disabling prerendering is acceptable for you then that's the solution.

It is indeed a significant amount of work, but I have some experimentation that I started on this topic some time ago. I'll need to pick that up again.

@kaaja-h Awesome, thanks! I'll be sure to check it out.