Reilly Moore
Reilly Moore
### Describe the problem SvelteKit `query`s implement _client side_ caching for, as far as I can tell, the following reasons 1) De-duplicating identical requests made during the same page load....
### Describe the bug SvelteKit has the following warning ([source](https://github.com/sveltejs/kit/blob/7fe38957490feb018e6d8df4d71b5a9b29487ca4/packages/kit/src/runtime/server/page/render.js#L195)): > Avoid calling `fetch` eagerly during server-side rendering — put your `fetch` calls inside `onMount` or a `load` function instead...
### Describe the bug When `redirect()` is called in a remote function two bugs occur 1) `page` state from `'$app/state'` contains the url/route from where we redirected from and not...