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
Basically this version (SvelteKit) fetches all data through own server.
Previous version (Svelte) was fetching directly from productionready.io
api server on client side.
Actual situation creates two round trips - one to sveltekit server
and the other from server to productionready.io api.
I think that correct way is to fetch directly from api
when on client.
The text was updated successfully, but these errors were encountered:
I would like your opinion on this.
Basically this version (SvelteKit) fetches all data through own server.
Previous version (Svelte) was fetching directly from productionready.io
api server on client side.
Actual situation creates two round trips - one to sveltekit server
and the other from server to productionready.io api.
I think that correct way is to fetch directly from api
when on client.
The text was updated successfully, but these errors were encountered: