Blazor Progressive Web Apps. Part 1 - The Basics.

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • PWAs - Progressive Web Applications - allow users to instal and run web applications almost as if they were native programs. Let's see how to create them in Blazor.
    Source code available at: github.com/Jas...
    Topics include:
    - What are PWAs? Discoverable, available, usable, responsive, fresh, secure and installable.
    - Creating a Blazor PWA in Visual Studio.
    - Configuring a PWA with manifest.webmanifest.
    - Making content available with service-worker.js.
    - Debugging a PWA with Chrome Dev Tools.
    - Running a PWA offline.
    - Installing a PWA on the desktop.

Комментарии • 12

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  3 месяца назад +1

    Do feel the need to turn your app into a PWA, or just leave it in the browser? Leave a comment.
    Source code available at: github.com/JasperKent/Basic-PWA-Demo
    Remember to subscribe at ruclips.net/channel/UCqWQzlUDdllnLmtgfSgYTCA
    And if you liked the video, click the 👍.

  • @RouteDeTours
    @RouteDeTours Месяц назад +1

    I urge people to watch That Mitchell and Webb Look - Wavy Arms

  • @JonnyItunes
    @JonnyItunes 3 дня назад

    Thanks for starting on this topic. I'm currently working on a PWA at my current company and definitive resources have been pretty scarce. Really looking forward to seeing future videos!

  • @_neil_
    @_neil_ 29 дней назад

    Hi and thank you for the great tutorials. Would it be possible to make a tutorial on Blazor editform using reflection for any complex type handing basic types, nullables and user defined types and collection?

  • @vladimirlvov1111
    @vladimirlvov1111 3 месяца назад +1

    Thank you for great explanation. Very helpful. It would be interesting to see how PWA can eliminate the initial wasm and other dlls downloads with versioning control.

  • @JMartinezCdo
    @JMartinezCdo 2 месяца назад

    When is part 2 comming out? Will updating PWA be covered?

  • @piotrjakis1842
    @piotrjakis1842 3 месяца назад +1

    Are those production ready?

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  3 месяца назад +1

      How do you mean?

    • @piotrjakis1842
      @piotrjakis1842 3 месяца назад +1

      @@CodingTutorialsAreGo I know that Blazor Server mode apps are production ready. How about PWA, are they safe and stable?

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  3 месяца назад

      @@piotrjakis1842 Absolutely