frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Make Ghost client to use Svelte fetch API

Open miohtama opened this issue 2 years ago • 0 comments

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 avatar Mar 25 '22 13:03 miohtama