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 Ghost client to use Svelte fetch API #51

Open
miohtama opened this issue Mar 25, 2022 · 0 comments
Open

Make Ghost client to use Svelte fetch API #51

miohtama opened this issue Mar 25, 2022 · 0 comments
Assignees
Labels
priority: P3 The lowest priority. A desired nice-to-have improvement, but can be postponed for several releases.

Comments

@miohtama
Copy link
Contributor

Currently, Ghost client does not use fetch from Svelte. This means that there are no render-side rendering benefits: Ghost API always issues out fetch on the client-side on the page load, because it does not know about the data fetched on the server-side. This should be visible on front page and blog roll by checking the console.

Investigate if this could be easily fixed. If not then let's not build a complex fix, because this is a very low impact issue ATM.

@miohtama miohtama added the priority: P3 The lowest priority. A desired nice-to-have improvement, but can be postponed for several releases. label Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P3 The lowest priority. A desired nice-to-have improvement, but can be postponed for several releases.
Projects
None yet
Development

No branches or pull requests

2 participants