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).
The easiest way is to use ReactiveUI bindings - implement IViewFor<TViewModel> on your Form, then you will get several new methods such as Bind and OneWayBind.
Check out https://github.com/reactiveui/ReactiveUI/blob/docs/docs/basics/bindings.md for more information