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/mini-apps/technical-guides/links.mdx
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,12 @@ description: Gracefully navigate users from your mini app through the Base app a
5
5
6
6
## Overview
7
7
8
+
Use the functions provided by the `@farcaster/miniapp-sdk` to navigate users from your mini app throughout the Base app and to external links with a native user experience.
8
9
9
10
10
-
All navigation and external interactions should use official SDK functions. This ensures your Mini App works reliably across different clients and provides consistent user experiences.
11
-
12
-
If your Mini App currently uses static URLs or direct links, update them using these patterns:
13
-
14
-
| Use Case | <Iconicon="ban"iconType="solid"color="red" /> Incorrect Implementation | <Iconicon="check"iconType="solid"color="green" /> Recommended SDK Action |
0 commit comments