Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
534 stars 78 forks source link

New release for Feliz.UseElmish #528

Closed tforkmann closed 1 year ago

tforkmann commented 1 year ago

Hi @Zaid-Ajaj,

could you please create a prerelease version for Feliz.UseElmish.

We use Feliz.UseElmish in our project and would like to use it with the new Feliz version.

Thanks,

Tim

tforkmann commented 1 year ago

@Zaid-Ajaj Any news on that? Cheers, Tim

MangelMaxime commented 1 year ago

@tforkmann

While waiting for the release or as a replacement I think you can use https://github.com/fable-compiler/Fable.React.UseElmish.

However, I think this is using Elmish 4 so you would have to upgrade to the beta version of Elmish too.

tforkmann commented 1 year ago

@MangelMaxime Thanks! Gonna try that out.

tforkmann commented 1 year ago

@MangelMaxime https://github.com/fable-compiler/Fable.React.UseElmish works! Thank you so much!