Beginner's Blazor State Management Tutorial (Part 1)

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 20

  • @tacolotto
    @tacolotto 3 місяці тому +1

    Fantastic video! Thanks a bunch.

  • @jecojacob-e6y
    @jecojacob-e6y Рік тому +2

    Can you create a video for .Net 8 Blazor auth with Azure Entra please

  • @majormartintibor
    @majormartintibor 2 роки тому +2

    Nice introduction video. Can't wait for the follow ups!

  • @serkiat1
    @serkiat1 2 роки тому +2

    Thanks! Your video is just the right level for a beginner!

  • @DerekFoulk
    @DerekFoulk Рік тому +1

    The formatting/indentations in this vid are driving my OCD up the wall lol!

  • @saidzihmmou6426
    @saidzihmmou6426 2 роки тому +1

    thank you

  • @michaelswells
    @michaelswells 2 роки тому +1

    what if I open a link from within my application to a new tab? This is a common occurrence because we switch pages a lot and it is easier to just open the link in a new window instead. Would I be using the Transient state? Of course, after viewing this video, adding a state for my pages that I might need to return to frequently would probably help. :)

    • @justblazorprogramming
      @justblazorprogramming  2 роки тому

      I dont want to give an answer here cause i would need to try out some scenarios to really understand it myself. But if you really need some help now i do recommend Blazor University the website for more information on stuff cause they really do a good job explaining things. But im planning on getting into this in the future

  • @livb4139
    @livb4139 11 місяців тому

    the issue with this is that as soon as you refresh the page the scoped object is gonna get reinstantiated no?

    • @tacolotto
      @tacolotto 3 місяці тому

      I think you're right....

  • @rafapioli75
    @rafapioli75 2 роки тому +1

    In this case is it not the same as singleton?

    • @justblazorprogramming
      @justblazorprogramming  2 роки тому +1

      You gotta be more specific

    • @tofu1687
      @tofu1687 Рік тому +1

      Singleton and Scope are similar on a WebAssembly frontend - but Singleton on a Blazor server is shared across all sessions

  • @omarl7333
    @omarl7333 7 місяців тому +1

    maybe
    public class ProfileState : Profile

  • @iancarr3923
    @iancarr3923 2 роки тому +1

    This is a very helpful video but I, again, have a criticism. I think you should have a script and avoid silences and too much time on errors. Seeing an error occur is often helpful and reassuring particularly when, like me, you have a lot to learn but the fixing of an error during the video should be slicker.

    • @justblazorprogramming
      @justblazorprogramming  2 роки тому +1

      I do agree that when i make a misake i just edit out what I can so i should be more careful. The next video is gonna have a very similar mistake so let me know if its not quick enough

    • @tacolotto
      @tacolotto 3 місяці тому

      I get what you're saying through a content-creator lens, but in its less-edited format it's more similar to being in a real classroom or an actual 1-on-1 with somebody - in some ways I appreciate that more. The silences give chance to gradually absorb the information instead of speeding through everything in 8 minutes and feeling at the end like you should've taken notes. Not to mention if you want to type the code at the same time.

  • @saurabhtalele1537
    @saurabhtalele1537 Рік тому +1

    cool....but please show us blazor with maui and now a day ui and server are different and they talk with json
    show please how json work with blazor....
    how to manage big api project in maui or blazor hybrid or any.....
    🎉🎉
    thanks again...
    also show rapid program app development with blazor boilerplate...like then only people will attract to blazor or else there is so much content of react out bit lesser for blazor is present please show us real development....

  • @livb4139
    @livb4139 11 місяців тому

    i wish i could put your vids at x4 speed