Replies: 2 comments 1 reply
-
If you add a clientLoader to every route that just calls your server loader, then each route will cause a separate request, similar to Remix v2 without Single Fetch. Aside of that, there's no other way, RR doesn't support Single Fetch as a feature flag, it's the default behavior, it was a flag in Remix v2 because it was a breaking change. |
Beta Was this translation helpful? Give feedback.
-
what if the app is ssr being set to false? because as far as i tested out, the behavior is the same between SSR: true vs SSR: false in terms of single fetch behavior.. here is my actual case..
here you can already see the issue. since the what is your advice for this case? |
Beta Was this translation helpful? Give feedback.
-
Dear Experts…
How can i opt-out of the Single Fetch feature in React Router v7?
Beta Was this translation helpful? Give feedback.
All reactions