I am learning iOS Programming with Swift and SwiftUI. I know very little and I am very confuse about the difference between a @State and a Binding<*>
@State
Binding<*>
Both @State and @Binding are property wrappers.
@Binding