Rick Clephas
Rick Clephas
No problem. > The biggest annoyance I had in my own sample was getting UI state updates propagating to swift OMG that is genius! We have been thinking about this...
Updated the implementation to only depend on Molecule. Was even able to remove the extension on `CircuitView` from the client project with an additional abstraction and some Swift magic. The...
Maybe it's even possible to move the "entry point" from the `SwiftUIPresenter` to the `IosScreen` and convert: ```swift case let screen as IosCounterScreen: CircuitView(screen.presenter(), CounterView.init) ``` to something like: ```swift...
I am not really sure what you mean. When the goal is to use SwiftUI for the UI and Circuit for the presentation logic you'll need a way to tell...
> `CircuitNavigator` + `CircuitSwiftUINavigator` + `SwiftUINavigator` seem to recreate `Navigator`, `CircuitPresenter` and `SwiftUIPresenter` seem to recreate `Presenter`, `CircuitNavigationStack` seems to recreate `BackStack`, etc. Correct. Although most of it is just...
No concrete plans to support `SavedStateHandle` and/or `Parcelize`, however those are indeed very nice additions. Feel free to share more information about your specific use case, that always helps to...
> I really like how simple your multiplatform ViewModel works and would like to use your lib for my next KMP project :) Thanks! > Unfortunately, for my project it's...
Hi! Support for Compose (Multiplatform) is definitely on my radar. However at the moment I don't have an ETA.
Thanks! Unfortunately it's still a WIP, so no ETA at the moment.
Hi! I am afraid there is no ETA on Compose support. However it would be very helpful to know how you are using Compose for iOS and what you would...