v0.0.1
The Fundation
Contains the initial set of functionality to simplify binding SwiftUI views with the application logic.
Each view is created with exactly two parameters
State
, containing all the necessary information for the view to render correctly, but not moreEventHandler
, a callback receiving all user inputs from the UI
SwiftUDF
takes care of the glue code, how to bind the view and provide updates on the main thread.