Link : either tooltips or Next.js' useLinkStatus() ? #9038
-
Hello, I am writing a Next.js app where I picked React Aria So apparently, I need to choose between:
Is there any way I could merge both behaviors? (not to mention other Next.js Link behaviors such as prefetch etc…). Ideally, I'd like to see the tooltip work on the regular Next.js Link but I am unsure what makes them work on React Aria Links. Looking at the source code, or at the DOM, I cannot see what makes "React Aria Link so special" for ToolTips to appear… Many thanks in advance 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See Custom Trigger for another option to try. Also check out Client Side Routing. |
Beta Was this translation helpful? Give feedback.
See Custom Trigger for another option to try. Also check out Client Side Routing.