You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome client, really helpful.
At the moment, we copy and paste the whole client in our svelte project.
The reason is that we want to overwrite the fetch function.
There is in Svelte a special fetch that will store a response in the HTML of a SSR and will reuse it on hydration.
Maybe if I got some time left I will create a PR.
The text was updated successfully, but these errors were encountered:
Hey there,
Awesome client, really helpful.
At the moment, we copy and paste the whole client in our svelte project.
The reason is that we want to overwrite the fetch function.
There is in Svelte a special fetch that will store a response in the HTML of a SSR and will reuse it on hydration.
Maybe if I got some time left I will create a PR.
The text was updated successfully, but these errors were encountered: