There will be multiple episodes about Storybook. Today's episode will be an introduction about working with Storybook and Svelte.
01.08.2025 11:56 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 1@sveltesociety.dev.bsky.social
The Global @svelte.dev Community! ๐๐๐ ๐ฃ๏ธ Discord: http://discord.gg/cT2KFtu ๐บ YouTube: http://bit.ly/35fH5sk
There will be multiple episodes about Storybook. Today's episode will be an introduction about working with Storybook and Svelte.
01.08.2025 11:56 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 1Today in 'This Week in Svelte' @reinhold.is will join the stream to talk about Storybook.
youtube.com/live/GQLgq09...
SvelteKit remote functions are now available under an experimental flag. Docs here: svelte.dev/docs/kit/rem...
31.07.2025 21:13 โ ๐ 70 ๐ 13 ๐ฌ 1 ๐ 2screenshot of the release PR for SvelteKit remote functions
we just released SvelteKit remote functions. feel like 'minor change' undersells it a little tbh
โ
await in components svelte.dev/docs/svelte/...
โ
remote functions svelte.dev/docs/kit/rem...
๐ async SSR
truly can't wait to ship the rest of this stuff
i shudder to think about how many human lifespans have been spent debugging / vs \ in file paths
30.07.2025 15:50 โ ๐ 105 ๐ 10 ๐ฌ 9 ๐ 0Once again Svelte is the most 'admired' JavaScript framework according to this year's Stack Overflow Survey: survey.stackoverflow.co/2025/technol...
29.07.2025 17:13 โ ๐ 67 ๐ 17 ๐ฌ 3 ๐ 2Man, I just love modeling state in @svelte.dev ๐งก
- State vars are just properties on a class
- Complex values, like this cursor position, can be $derived from other state. Svelte figures out when to recompute
- Go-to definition shows all the usages of that state too
It started with a click! Deno and Svelte deploying now to Deno Deploy with a click of a button.
Our presets and templates now get @svelte.dev up on Deno Deploy in a couple of clicks.
docs.deno.com/examples/sve...
Looks like www.logitech.com uses SvelteKit!
25.07.2025 16:30 โ ๐ 66 ๐ 5 ๐ฌ 0 ๐ 0URL references in SvelteKit are now type-checked to ensure the URL exists. Goodbye 404s!
github.com/sveltejs/kit...
now available for your on-demand viewing pleasure
24.07.2025 20:54 โ ๐ 25 ๐ 6 ๐ฌ 0 ๐ 0๐ด LIVE learn asynchronous @svelte.dev with @rich-harris.dev
www.youtube.com/watch?v=kL4T...
Episode triple one of 'This Week in Svelte' with @paolo.ricciuti.me and @khromov.se is all about AI and will stream tomorrow: youtube.com/live/fExlOwT...
24.07.2025 11:55 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 2this thursday!
22.07.2025 16:47 โ ๐ 46 ๐ 4 ๐ฌ 2 ๐ 0<script lang="ts"> import { useLiveQuery } from "@tanstack/svelte-db" import { eq } from "@tanstack/db" import { todoCollection } from "$lib/collections" const todosQuery = useLiveQuery((query) => query .from({ todos: todoCollection }) .where(({ todos }) => eq(todos.completed, false)) ) </script> <List items={todosQuery.data} />
TanStack DB now has @svelte.dev support!
23.07.2025 19:27 โ ๐ 58 ๐ 10 ๐ฌ 1 ๐ 1The @sveltesociety.devโฌ NYC meetup last week was a blast! Here are a couple photos and a short thread about it!
21.07.2025 16:00 โ ๐ 19 ๐ 2 ๐ฌ 3 ๐ 1๐ New blog post! "Building portable web apps with SvelteKitโs new single-file bundle strategy and hash router." khromov.se/building-por...
18.07.2025 08:45 โ ๐ 11 ๐ 2 ๐ฌ 1 ๐ 0Introduction to the 4th svelte japan offline meetup
ไน ใใถใใฎoffline meetup ๐ฅณ #sveltejapan
18.07.2025 10:16 โ ๐ 17 ๐ 2 ๐ฌ 1 ๐ 0This talk is now also available on our YouTube channel โ promise.then(...) by @rich-harris.dev. Watch it here www.youtube.com/watch?v=e-1p...
19.07.2025 11:46 โ ๐ 20 ๐ 2 ๐ฌ 1 ๐ 2Today's episode of 'This Week in Svelte' will be joined by @puruvj.dev to showcase Neodrag v3. Join us later today! youtube.com/live/Ia8N6S2...
18.07.2025 07:17 โ ๐ 6 ๐ 0 ๐ฌ 0 ๐ 1Async Svelte PR merged and you can try it under an experimental flag. Now I'm definitely making an updated Svelte video! โค๏ธ
15.07.2025 06:30 โ ๐ 58 ๐ 5 ๐ฌ 1 ๐ 0Svelte Society France has been working hard to translate the official docs into French and they just released them! If you are learning Svelte and English is not your main language (but French is) check this out!
sveltefr.dev
tonight! come join us in soho, i will be sharing our latest work/research on async stuff
17.07.2025 11:36 โ ๐ 27 ๐ 2 ๐ฌ 0 ๐ 0The last talk from Svelte Society's Vienna meetup in June (@svelte.at) is now available too โ Svelte at Geizhals by Martin Grubinger. Watch it here: www.youtube.com/watch?v=aJVd...
17.07.2025 12:58 โ ๐ 9 ๐ 1 ๐ฌ 1 ๐ 1"ZeeltePHP (Svelte + PHP)" from last month's Svelte meetup in Vienna by derharry is now available on our YouTube channel: www.youtube.com/watch?v=0sm4...
16.07.2025 12:21 โ ๐ 7 ๐ 0 ๐ฌ 0 ๐ 1Svelte Japan Offline Meetup #4 will be on this Friday!!
Looking forward to see friends!!
svelte-jp.connpass.com/event/358769/
๐ We've tested Svelte 5 LLM support on over 30 models, which makes it a bit hard to see which ones are best. The SvelteBench site ( khromov.se/svelte-bench ) now has a top list, and as a bonus you can find the same results at rankedagi.com thanks to @tavlean
16.07.2025 08:45 โ ๐ 14 ๐ 5 ๐ฌ 0 ๐ 1I am excited to share my new open-source project with you! Formisch is a schema-based, headless form library for JavaScript frameworks. ๐งฑ
It manages form state and validation. It is type-safe, fast by default and its bundle size is small due to its modular design. ๐งฉ
github.com/fabian-hille...
Will this be streamed/recorded?
15.07.2025 12:36 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Sorry, I missed it ๐
15.07.2025 12:36 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0