Link features vs mode #10682
Unanswered
Mboulianne
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If a feature could be supported in a lower level mode, it would most likely have been supported already, in case of prefetching the way it works by using HTML
That doesn't mean you can't do it yourself, it's just not implemented by RR automatically, you can also manually call your loaders. Same way in declarative mode if you use something like TanStack Query you can always use TSQ prefetching features. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋🏻 Hello all,
When I navigate to this page:
https://reactrouter.com/api/components/Link
I see that some features are supported only for mode X. I'd like to know if it means not YET available for mode X, or won't ever be available for mode X.
For example, I'm looking at prefetching right now :). I'd be very happy if it was made available in data mode, but it isn't.
Have a great day!
Beta Was this translation helpful? Give feedback.
All reactions