SwiftUI Tutorial: State and Binding
Understanding how State and Binding works

As a general idea, state and binding are property wrappers that deals with reading and writing a value. It is an important core concept for creating an app in SwiftUI.
This tutorial is part of my SwiftUI Tutorial series.