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
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() { }"
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.
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
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() { }"
Thanks for sharing!
I think records are better suited than pocos for state
Asesome video. Have you any video with the other CRUD operators?
Hey, I have not made any other Fluxor videos.
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.
State stays during the browser refresh.
Does Blazor Fluxor work with Blazor Server or is it just for WASM projects
it is for the wasm. if you are using server then you can manage the state better in server in a simple way.
Not good explanation
can you explain what is not good? it helps me to make things better next time.