leveluptuts / gQuery

Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto rehydration of cache

stolinski opened this issue · comments

Cache hydration will involve finding text in ssr, parsing the data, For SSR only output text to html in comment. For csr, check html for comment before initialization of cache. Don't make the user do it.

Turns out this is done by default in SK