Since ReactiveKit is in the process of API alignment with Apple's Combine framework, and more and more people are using SwiftUI, would it make sense to revisit the Binder Architecture and update it to reflect the use of both frameworks (Combine + SwiftUI)?
I'd find it particularly interesting to understand the impact on existing code as I am slowly learning/moving to Combine and SwiftUI (the latter somewhat forcing the former into light).
The AbsurdGitter sample would be a nice side-by-side comparison, especially if it showed how SwiftUI somewhat aligns with the concepts introduced by LayoutLess in this example.
Thanks!