From 9fba6e2f5a0d7104903448387b4bf21fd59f98f3 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 27 Sep 2024 11:15:46 -0600 Subject: [PATCH] Update usage-overview.md --- documentation/usage-overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/usage-overview.md b/documentation/usage-overview.md index 857e5e4..36705c9 100644 --- a/documentation/usage-overview.md +++ b/documentation/usage-overview.md @@ -208,3 +208,4 @@ After familiarizing yourself with the basic usage, you can explore more advanced - Learn about **Constants** and how to use them for immutable values in your app's state in the [Constant Usage Guide](usage-constant.md). - Investigate how **Dependency** is used in AppState to handle shared services, and see examples in the [State Dependency Usage Guide](usage-state-dependency.md). - Delve deeper into **Advanced SwiftUI** techniques like using `ObservedDependency` for managing observable dependencies in views in the [ObservedDependency Usage Guide](usage-observeddependency.md). +- For more advanced usage techniques, like Just-In-Time creation and preloading dependencies, see the [Advanced Usage Guide](advanced-usage.md).