You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ff-concepts/navigation-routing/nav-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,12 @@ This action involves navigating to a new screen by pushing a new route onto the
63
63
64
64
**What Happens Under the Hood:**
65
65
66
-
- When you push a route, a new screen is placed on top of the current stack. This means the current screen is still in the stack but is not visible to the user.
66
+
- When you push a route, a new screen is placed on top of the current stack. This means the previous screen is still in the stack but is not visible to the user.
67
67
- The new screen becomes the active screen that the user interacts with.
68
68
69
69
:::info
70
70
71
-
Learn more about adding this action [**here**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
71
+
Learn more about adding this action in the [**page navigation guide**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
72
72
73
73
:::
74
74
@@ -83,7 +83,7 @@ This action involves navigating back to the previous screen by popping the curre
83
83
84
84
:::info
85
85
86
-
Learn more about adding this action [**here**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-back-action).
86
+
Learn more about adding this action in the [**page navigation guide**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-back-action).
87
87
88
88
:::
89
89
@@ -98,6 +98,6 @@ This action involves replacing the current route with a new route. Unlike pushin
98
98
:::info
99
99
100
100
- This is useful when you want to prevent the user from navigating back to the previous screen.
101
-
- This action is essentially the **Navigate To** action with the **Replace Route** option enabled. Learn more about adding this action [**here**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
101
+
- This action is essentially the **Navigate To** action with the **Replace Route** option enabled. Learn more about adding this action [**page navigation guide**](../../ff-concepts/navigation-routing/page-navigation.md#navigate-to-action).
0 commit comments