I've been working on migrating my website to the new "unified" Blazor model all afternoon. As well as restructuring the whole project. 😅
One interesting problem I've noticed if I use stream rendering: CSS animation doesn't occur on load if the page has been loaded before in the current session, unless data has changed or the data is dynamic.
I'm giving up on fixing that right now. I'll figure it out later.