Replies: 2 comments
-
With Single Fetch, when doing a client-side navigation let's say to without Single Fetch, when doing a client-side navigation let's say to For the root route, with Single Fetch that still loads from Without Single Fetch there's also a case where it adds |
Beta Was this translation helpful? Give feedback.
-
Thanks, it sounds like the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get Remix to work alongside another application on the same HTTP host.
I set it up so that the prefixes
/api
, and/_
go to my other application, but then I noticed that Remix sends requests to_root.data?index
which I wasn't expecting.Is there a list of the paths that Remix will use, or a way to differentiate them, or is this the only one?
Beta Was this translation helpful? Give feedback.
All reactions