kit
kit copied to clipboard
web development, streamlined
### Describe the problem Currently `sveltekit:prefetch` works by requesting data on hover or before click only. In some cases, it may be desirable to prefetch immediately when the link enters...
### Describe the problem Currently, when we build svelte-kit application, we often get hard to debug errors during build. Most of those errors thrown because of adapters, like static adapter...
### Describe the problem For local and testing builds we use MockServiceWorker for our mocks. There's a Node component to the library so we can mock requests in SSR. However,...
Updated Aug 2023 by @benmccann - this thread has gotten quite long, so I've summarized some key points here. We have some docs on the site (https://kit.svelte.dev/docs/assets) that share some...
Draft PR to move the package functionality out of SvelteKit. This makes the following decisions (all up for discussion): - New package is called `@sveltejs/package` - Package has its own...
### Describe the problem I didn't see the Options method for building APIs. Is it possible to have it? ### Describe the proposed solution It is important to query the...
## Is your feature request related to a problem? Please describe. There should be an option to prefetch links by default. In my opinion, page transitions should always be instantaneous...
### Describe the problem Different adapters require different ignore settings. The current proposed soln that is in use today is for all adapter output to be under `.svelte-kit/` though this...
### Describe the problem Split from #2051 after reading @benmccann's [comment](https://github.com/sveltejs/kit/pull/2051#issuecomment-1043533522) and https://github.com/sveltejs/kit/pull/2051#issuecomment-1042035456. The real issue for me here is regarding authentication/authorization. A particularly common solution for this is [Auth0](https://auth0.com/)....
### Describe the bug Using a key block with transitions (e.g. fade) will break client side routing, producing non-deterministic artifacting, including: route contents being displayed together (stacked on top of...