Is <Link> always expected to call loader() via fetch from the client? #943
-
In the docs here it mentions
This is what I'd expect - remix doing client side nav and fetching the data as opposed to a full server render like you'd get with an But I've noticed when adding random pages to the demo app (from Is this the expected behaviour? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Remix knows which route layouts will change in the UI and only calls the loaders for changing routes. |
Beta Was this translation helpful? Give feedback.
Remix knows which route layouts will change in the UI and only calls the loaders for changing routes.