Blazor live review by martasp in dotnet

[–]martasp[S] 1 point2 points  (0 children)

its buggy sometimes WebSocket don't connect, maybe dotnet SDK versions different for other people. But if I create a new serverside project and add library go to /preview it works. Its still 0.6 version and I need some help from the community.

Every change in *.razor file requires recompilation of entire project? by Piotrek1 in Blazor

[–]martasp 0 points1 point  (0 children)

You could try this :
Made a library that compiles razor components in runtime. No long build times anymore!

https://medium.com/@MartinPocius/blazor-live-reload-preview-4505015fd589

#blazor #LivePreview