kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1071 kit issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
p2-nice-to-have
prefetch

### 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...

enhancement
p2-nice-to-have

### 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,...

pkg:adapter-vercel
pkg:adapter-netlify
pkg:adapter-cloudflare-workers
pkg:adapter-cloudflare

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...

feature request

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...

breaking change

### 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...

enhancement
help wanted
p3-edge-case
low hanging fruit

## 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...

enhancement
router
p2-nice-to-have

### 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...

enhancement
adapters - general
p2-nice-to-have

### 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/)....

enhancement
p1-important

### 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...