Component - @State property wrapper
The @State property wrapper in SwiftUI lets a view keep track of a value that can change over time. When this value changes, the view updates itself automatically to show the new data. It is like a special storage box that tells the app, "Hey, something changed! Refresh the screen!"