torhovland / blazor-redux

Connecting a Redux state store with Blazor.
Other
481 stars 48 forks source link

It is not compatible with new released Blazor version. #19

Open univerise opened 5 years ago

univerise commented 5 years ago

Hi,

Is there any plan to update the package to compatible with new released Blazor Version?

That is very useful tool for Blazor App. Thanks

isaiasgv commented 5 years ago

Hi, I forked the repo a couple of days ago and updated it to work on the latest Blazor. Keep in mind that I updated the labrary and NOT the sample project it have. You can download my repo and add the library as a dependency in you Blazor project

univerise commented 5 years ago

@isaiasgv Many thanks for your help. That works well. Thanks again.

isaiasgv commented 5 years ago

@univerise no problem, I push some changes right now, If your gonna use it I recommend that you pull those changes, is still work in progress so keep that in mind

ofrades commented 4 years ago

Any news on this issue?

idchlife commented 4 years ago

So this project is risky to use in Blazor app right now, yes? It's outdated?

carlblanchard commented 4 years ago

If you are no longer supporting this project can you put deprecated in the title to warn people?

arnoroch commented 3 years ago

Any alternative project ? since it is not maintained. thx

peterbozso commented 3 years ago

@arnoroch Give Fluxor a look. It works well and is maintained actively.