The realm of web development is constantly changing and growing, offering a plethora of frameworks and libraries, each with its own unique method for creating engaging and dynamic web applications. Among the ever-increasing assortment of tools available, Blazor has undoubtedly emerged as a frontrunner in recent times. In this comprehensive blog, we cordially invite you to embark on a fascinating journey through the enthralling world of Blazor web development.

  • @Lmaydev
    link
    English
    1
    edit-2
    8 months ago

    Worth noting Blazor’s new auto render mode reduces the initial load times by doing a server side render and then asynchronously downloading the libraries.

    This could be huge as it removes one of its big limitations.

    This is available in .net 8 which should be released in the next month.

    • @eluvatar
      link
      English
      18 months ago

      How well does the hydration work? I’ve used Svelte which recreates the Dom which causes various issues.

  • @[email protected]
    link
    fedilink
    English
    18 months ago

    Has anyone here actually used it in a production app?

    From my experimentation it’s an awful tech to debug and has very few existing libraries and tools in its ecosystem - most of which were just JavaScript proxies.