Native fetch in CSR only app #8613
Unanswered
pboguslawski
asked this question in
Q&A
Replies: 1 comment
-
The only benefit seems to be an easy transition if you ever decide to utilise SSR. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Warning
is logged on console when using
window.fetch
in app prepared for CSR only (SPA compiled using static adapter).Didn't find any differences between provided fetch and window.fetch on https://kit.svelte.dev/docs/load#making-fetch-requests for CSR.
Any reason to use provided fetch instead of window.fetch in CSR only scenario?
Beta Was this translation helpful? Give feedback.
All reactions