Now that ReactiveUI 6.0 has been released, I have a question to the commuity: what is the best or most efficient way to bind ReactiveObject(s) and Windows Form(s).
Here
The easiest way is to use ReactiveUI bindings - implement IViewFor on your Form, then you will get several new methods such as Bind and OneWayBind.
IViewFor
Bind
OneWayBind
Check out https://github.com/reactiveui/ReactiveUI/blob/docs/docs/basics/bindings.md for more information