Handling Application State in Blazor - Carl Franklin - NDC London 2022

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 8

  • @DJ-Tuber
    @DJ-Tuber Рік тому +1

    Very interesting and useful. Overlaps some methods I was trying out with localstorage persisted services so plenty to think about. BTW the failure to restart the app was because previous app tabs were still open in the browser (several in your case). You have to make sure all browser tabs are closed as Visual Studio does not always close off the tabs it started up with Blazor.

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

    Thank You - great talk 🙂
    I just remembered WebForms: The ViewState solved the issue quite well. ViewState was one of the most powerfull features of WebForms. Sadly it was the most missused and not understood feature as well, which lead to a bad rap...

  • @NickFletcher-gb9ne
    @NickFletcher-gb9ne 9 місяців тому

    Thanks for the excellent presentation and great info!

  • @konstsh2240
    @konstsh2240 5 місяців тому

    wish there was just ability to declare lifetime of component/page as scoped with directive, it would already solve a half of the state persistence job

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

    Thank you so much Carl!!

  • @5ROC
    @5ROC 2 роки тому

    Excellent !!

  • @SurajDev-t6b
    @SurajDev-t6b 9 місяців тому

    Link to source code?

  • @davidamour4501
    @davidamour4501 9 місяців тому

    I am trying this in Blazor Client Side with .Net 8 but I my AppState is null when I click a button :(