Replies: 5 comments 7 replies
-
Yes, I have considered doing that a few times. That's why I split out the core library into its own project. A few things prevented me from continuing: Splitting out the core project into its own NuGet package made it more difficult to work on and debug. (I did work around this issue by including the core dll into the Avalonia as part of the same package though.) When I attempted to use the I even made a separate branch where I experimented with converting the But yes, I have definitely thought about doing it. |
Beta Was this translation helpful? Give feedback.
-
I am not sure I understand. If you a creating the view model in F#, what C# would see is just ordinary read or read / write properties would it not? |
Beta Was this translation helpful? Give feedback.
-
My preference would be to write the view models in F#. I would just prefer to handle as much of the core functionality of an application using F#. Like you, I just like to work in F# as much as I can. The original Elmish.WPF was used that way too, because you had to. |
Beta Was this translation helpful? Give feedback.
-
ReactiveElmish is published as a beta: Now you can even utilize the next bindings from within an existing |
Beta Was this translation helpful? Give feedback.
-
Wow, well done. |
Beta Was this translation helpful? Give feedback.
-
Have you considered splitting out the core reactive elmish from the wpf and avalonia dependencies, into another package? Then one could use a f# libray with a c# blazor and reactiveui as per reactiveui examples for a web assembly application.
Beta Was this translation helpful? Give feedback.
All reactions