Hacker News new | ask | show | jobs
by francisl 2054 days ago
why not go all the way with fable + elmish for the Frontend?
1 comments

Good question, in my experience using Feliz is easier to integrate with existing react components. For state management I use `UseElmish` [0] so I get an experience that's pretty close to pure Fable + elmish.

[0] https://zaid-ajaj.github.io/Feliz/#/Hooks/UseElmish