kit
kit copied to clipboard
web development, streamlined
Enables prebundling by default and allows it to be disabled. Also adds performance logging printed by default Closes https://github.com/sveltejs/kit/issues/2612
Deployed here: https://kit-svelte-dev-git-better-docs-svelte.vercel.app/docs/types-presentation Some of the documentation around types is a bit ropey. For example I don't love how [this](https://kit.svelte.dev/docs/types#sveltejs-kit-cookies) looks: Also, the [configuration documentation](https://kit.svelte.dev/docs/configuration) is kind of all over...
### Describe the bug Based on the comment here: https://github.com/sveltejs/kit/issues/6477#issuecomment-1256644295 it would seem like `invalidate(identifier)` would override cached results from a server load function. I'm having trouble reproducing that, though....
### Describe the problem Currently, `enhance` only works on forms where `method="POST"`. I would also like to progressively enhance a form where `method="GET"`, e.g. a search form. For of an...
### Describe the problem I'm trying to setup a full stack debugging environment for SvelteKit. I'm using the following `launch.json` and I'm starting the server with `NODE_OPTIONS='--inspect' vite dev` but...
### Describe the problem I want to use the handleError hook of SvelteKit, but I realized that it currently has to be a synchronous function. But unfortunately, our error mapper...
### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if your PR references an issue where...
Doing things slightly backwards here — a PR before an issue/discussion — because whether or not it's a good idea largely depends on how expensive the implementation is. Good news:...
### Describe the problem +layout.svelte can be created with a tiny but annoying footgun. No `` in it. This can be confusing for new as well as seasoned devs as...
Closes #7756 ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue...