-
Updated
Apr 14, 2022 - TypeScript
#
sveltekit
Here are 866 public repositories matching this topic...
A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
Easily add integrations and other functionality to Svelte apps
-
Updated
Apr 7, 2022 - JavaScript
Add Tailwind CSS to your Svelte project
-
Updated
Feb 3, 2022 - JavaScript
Svelte with brilliant bells and useful whistles
-
Updated
Mar 11, 2022 - Svelte
Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
typescript
postcss
eslint
ssr
scss
svelte
storybook
server-side-rendering
bulb
husky
sveltejs
tailwindcss
svelte-example
sveltekit
sveltekit-tailwind-template
sveltekit-template
sveltekit-server-side-rendering
sevltekit-pwa
sveltekit-example
-
Updated
Mar 31, 2022 - Svelte
Provides 9 Free Beautiful dashboard templates built with Tailwind CSS for React, Next.js, Svelte, Vue and Nuxt.js
react
typescript
ui
dashboard
vue
ssr
nextjs
svelte
nuxt
admin-dashboard
client-side
ssg
sveltejs
tailwindcss
sveltekit
-
Updated
Feb 27, 2022 - TypeScript
Simple toolbox for working with colors. Color mixing, blending, conversion, modification, detailed information, etc.
-
Updated
Apr 19, 2022 - Svelte
pixelmund
commented
Feb 20, 2022
Describe the bug
Currently there is no easy way to throw errors inside loaders/actions. We should probably come up with an easy to use solution.
I have something like the following in my head:
<script context="module" ssr>
import { NotFoundError, HttpError } from "svemix/errors"
export const loader = () => {
throw new NotFoundError("User not found").
throw n
sw-yx
commented
Feb 23, 2022
so technically since swyxkit runs content thru mdsvex, you can write mdsvex inside github issues and then build that out as a svelte component that runs in the browser.
the necessary steps are:
- take output of mdsvex.compile (which is where we currently stop)
- if contains
<script>, p
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Svelte forms validation made easy
validation
forms
svelte
form
form-validation
svelte-framework
sveltejs
svelte-v3
svelte3
svelte-js
svelte-kit
sveltekit
-
Updated
Apr 11, 2022 - TypeScript
A faithful implementation of Microsoft's Fluent Design System in Svelte.
-
Updated
Apr 22, 2022 - Svelte
Gitpod website and documentation
-
Updated
Apr 28, 2022 - Svelte
Documentation for humans.
-
Updated
Apr 28, 2022 - Svelte
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
javascript
music
youtube
pwa
frontend
svelte
webapp
youtube-music
cloudflare-workers
youtube-music-api
alternative-frontends
sveltekit
-
Updated
Apr 14, 2022 - Svelte
Minimal Sveltekit + Electron starter template.
-
Updated
Apr 18, 2022 - JavaScript
SvelteKit adapter for Firebase Hosting rewrites to Cloud Functions for a Svelte SSR experience
-
Updated
Mar 31, 2022 - JavaScript
Personal website made with SvelteKit and hosted on GitHub Pages
-
Updated
Apr 6, 2022 - Svelte
Interactive plug and play charting library for Svelte
-
Updated
Apr 15, 2022 - JavaScript
Internationalization library built for SvelteKit.
-
Updated
Apr 18, 2022 - TypeScript
Improve this page
Add a description, image, and links to the sveltekit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sveltekit topic, visit your repo's landing page and select "manage topics."


It should be possible to specify a cache policy to use when triggering a refetch. This would be useful to users that want to use
refetchinstead of@paginateto navigate a long list