SwiftCrossUI now supports SwiftUI-style @State based state management! ๐ Previously you had to put each view's state into its own `Observable` class and store it in the view's `state` property (from the View protocol) which was all a bit cumbersome.
1 likes 0 replies
?