Skip to content

Commit

Permalink
Update usage-overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Sep 27, 2024
1 parent 57c4fea commit 0c5c6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/usage-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ struct SlicingView: View {
- **Use `AppState` in SwiftUI Views**: Property wrappers like `@AppState`, `@StoredState`, `@FileState`, `@SecureState`, and others are designed to be used within the scope of SwiftUI views.
- **Define State in Application Extension**: Centralize state management by extending `Application` to define your app’s state and dependencies.
- **Reactive Updates**: SwiftUI automatically updates views when state changes, so you don’t need to manually refresh the UI.
- **[Best Practices Guide](best-practices.md)**: For a detailed breakdown of best practices when using AppState.

## Next Steps

Expand Down

0 comments on commit 0c5c6a2

Please sign in to comment.