Blazor state management with Fluxor

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

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

  • @Ktullanux123
    @Ktullanux123 9 หลายเดือนก่อน

    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() { }"

    • @antosubash
      @antosubash  ปีที่แล้ว

      Thanks for sharing!

  • @martinwidmer2342
    @martinwidmer2342 7 หลายเดือนก่อน

    I think records are better suited than pocos for state

  • @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.

  • @Code-Sport
    @Code-Sport ปีที่แล้ว

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

    • @antosubash
      @antosubash  ปีที่แล้ว

      Hey, I have not made any other Fluxor videos.

  • @vincejairam9663
    @vincejairam9663 ปีที่แล้ว

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

    • @antosubash
      @antosubash  ปีที่แล้ว

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

    • @MiningForPies
      @MiningForPies ปีที่แล้ว

      You can use Blazor Fluxor with server perfectly fine.
      Server still suffers from the same issues that fluxor attempts to correct (tightly couple components/nesting hell)

  • @vraja6812
    @vraja6812 ปีที่แล้ว

    Not good explanation

    • @antosubash
      @antosubash  ปีที่แล้ว

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