Blazor state management with Fluxor

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

КОМЕНТАРІ • 12

  • @Ktullanux123
    @Ktullanux123 Рік тому

    Hello, youtube recommended this video after I've implemented Fluxor on my project xd, but, I want to say, your getting started guide is flawless, very much well formatted and explained better than that has the own project I hope they add it to project readme

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

    Great video! I had this error: "A parameterless constructor is required on state for determining the initial state". It's resolve just adding private constructor in CounterState class as this "private CounterState() { }"

  • @martinwidmer2342
    @martinwidmer2342 11 місяців тому +1

    I think records are better suited than pocos for state

  • @Code-Sport
    @Code-Sport 2 роки тому

    Asesome video. Have you any video with the other CRUD operators?

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

      Hey, I have not made any other Fluxor videos.

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

    awesome library! That'll be a very helpful tool for blazor developers. I'm curious what happens when you refresh the browser. Does state stay or is it reset to default?
    I had to write a custom container that wrapped around my project that used local storage and in-memory container state so I had the data accessible and stored in case of refresh or server disconnection. Surprisingly it works pretty well for my scenario but could probably be cleaned up with a library like this.

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

      State stays during the browser refresh.

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

    Does Blazor Fluxor work with Blazor Server or is it just for WASM projects

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

      it is for the wasm. if you are using server then you can manage the state better in server in a simple way.

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

    Not good explanation

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

      can you explain what is not good? it helps me to make things better next time.