stackotter @stackotter.dev ยท Jan 9

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

?