State Management in Blazor Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • In this session we will cover how you can enable statement management within your Blazor applications.

ความคิดเห็น • 16

  • @DiegoRodriguezNava
    @DiegoRodriguezNava 4 ปีที่แล้ว +6

    @ minute 13:00 talks about the service to hold values

  • @ScottGrunwald
    @ScottGrunwald 4 ปีที่แล้ว +2

    Great resource! Thanks so much!

  • @maryam-hm7fp
    @maryam-hm7fp 2 ปีที่แล้ว

    Great explanation, simple and straightforward. Thanks

  • @theamazinggeno
    @theamazinggeno 3 ปีที่แล้ว

    Thank you for these great examples.

  • @israell9320
    @israell9320 3 ปีที่แล้ว

    Great presentation, thank you Jeremy

  • @sourcemorph7602
    @sourcemorph7602 4 ปีที่แล้ว

    Great introduction, very explanatory

  • @StreetBladerBloke
    @StreetBladerBloke 4 ปีที่แล้ว

    Really good explanation

  • @matthewthompson728
    @matthewthompson728 4 ปีที่แล้ว +3

    Not sure how you can use the example of a Service to manage State in the real world!! So if you make the service a Singleton as you have, then it will be retained for the life of the app. So another user browsing to that page is suddenly going to see the same info as the first user. Unfortunately when you use Scoped and refresh's the browser yo again lose all the information. I was hoping to use this method to maintain logged in state for a user but if you refresh the page, the state is lost and the user ends up having to log in again.

  • @Vulver
    @Vulver 4 ปีที่แล้ว

    This is awsome!

  • @igornesterov711
    @igornesterov711 4 ปีที่แล้ว

    Cool, thanks!

  • @charles-y2z6c
    @charles-y2z6c 3 ปีที่แล้ว

    Thanks so much

  • @antihipster5261
    @antihipster5261 4 ปีที่แล้ว +4

    So confuse the use of the term "State Management" even when actually exists a class named StateManager into the .NET Framework and has a use totally oposite to this, because you are showing how to persist user date instead of application state, well, maybe because its web development... and the concepts between web and WPF could be ambiguos.

  • @chatsupport5716
    @chatsupport5716 4 ปีที่แล้ว +2

    And you can share source code?

  • @ZephrymWOW
    @ZephrymWOW 2 ปีที่แล้ว

    git repo?