Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make client-side fetch directly from productionready api #88

Open
ambrt opened this issue May 26, 2021 · 0 comments
Open

Make client-side fetch directly from productionready api #88

ambrt opened this issue May 26, 2021 · 0 comments

Comments

@ambrt
Copy link

ambrt commented May 26, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant