Svelte Society's Avatar

Svelte Society

@sveltesociety.dev.bsky.social

The Global @svelte.dev Community! ๐ŸŒ๐ŸŒŽ๐ŸŒ ๐Ÿ—ฃ๏ธ Discord: http://discord.gg/cT2KFtu ๐Ÿ“บ YouTube: http://bit.ly/35fH5sk

4,750 Followers  |  50 Following  |  164 Posts  |  Joined: 27.04.2023  |  1.7714

Latest posts by sveltesociety.dev on Bluesky

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
Preview
This Week in Svelte, Ep. 112 โ€” Changelog, Storybook

Today in 'This Week in Svelte' @reinhold.is will join the stream to talk about Storybook.
youtube.com/live/GQLgq09...

01.08.2025 10:49 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 2
Preview
Remote functions โ€ข Docs โ€ข Svelte Remote functions โ€ข Svelte documentation

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    ๐Ÿ“Œ 2
screenshot of the release PR for SvelteKit remote functions

screenshot 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

31.07.2025 21:12 โ€” ๐Ÿ‘ 219    ๐Ÿ” 30    ๐Ÿ’ฌ 20    ๐Ÿ“Œ 12

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    ๐Ÿ“Œ 0
Preview
Technology | 2025 Stack Overflow Developer Survey

Once 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    ๐Ÿ“Œ 2
Video thumbnail

Man, 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

24.07.2025 11:55 โ€” ๐Ÿ‘ 75    ๐Ÿ” 6    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 3
It started with a click!
Deno and Svelte deploying now to Deno Deploy with a click of a button.

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

25.07.2025 14:51 โ€” ๐Ÿ‘ 58    ๐Ÿ” 7    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 2
Post image

Looks like www.logitech.com uses SvelteKit!

25.07.2025 16:30 โ€” ๐Ÿ‘ 66    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
feat: typed route ids by Rich-Harris ยท Pull Request #13864 ยท sveltejs/kit resolves #11386 This is long overdue, but @jycouet goaded me into working on it with the 1.0 release of vite-plugin-kit-routes ๐ŸŽ‰ Everyone should have type safety when dealing with routes! This PR a...

URL references in SvelteKit are now type-checked to ensure the URL exists. Goodbye 404s!

github.com/sveltejs/kit...

24.07.2025 17:58 โ€” ๐Ÿ‘ 59    ๐Ÿ” 3    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 3

now available for your on-demand viewing pleasure

24.07.2025 20:54 โ€” ๐Ÿ‘ 25    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Asynchronous Svelte
YouTube video by CodeTV Asynchronous Svelte

๐Ÿ”ด LIVE learn asynchronous @svelte.dev with @rich-harris.dev
www.youtube.com/watch?v=kL4T...

24.07.2025 16:30 โ€” ๐Ÿ‘ 14    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
This Week in Svelte, Ep. 111 โ€” Changelog, Best LLMs for Svelte 5 tested, MCP server, llms.txt YouTube video by Svelte Society

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    ๐Ÿ“Œ 2

this 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} />

<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    ๐Ÿ“Œ 1
Post image Post image Post image Post image

The @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
Preview
Building portable web apps with SvelteKit's new single-file bundle strategy and hash router - Stanislav Khromov Iโ€™ve been building static single page apps using adapter-static for a while now, and I love how simple the deployment story is โ€“ just upload a folder of files and youโ€™re done! If you are unfamiliarโ€ฆ

๐Ÿ“ 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    ๐Ÿ“Œ 0
Introduction to the 4th svelte japan offline meetup

Introduction to the 4th svelte japan offline meetup

ไน…ใ—ใถใ‚Šใฎoffline meetup ๐Ÿฅณ #sveltejapan

18.07.2025 10:16 โ€” ๐Ÿ‘ 17    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

This 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    ๐Ÿ“Œ 2
Post image

Today'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    ๐Ÿ“Œ 1
Post image

Async 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    ๐Ÿ“Œ 0
Preview
Svelte Le dรฉveloppement web pour tous

Svelte 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

16.07.2025 18:35 โ€” ๐Ÿ‘ 18    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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    ๐Ÿ“Œ 0
Svelte at Geizhals, Martin Grubinger
YouTube video by Svelte Society Svelte at Geizhals, Martin Grubinger

The 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), derharry
YouTube video by Svelte Society ZeeltePHP (Svelte + PHP), derharry

"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    ๐Ÿ“Œ 1
Preview
Svelte Japan Offline Meetup #4 (2025/07/18 19:00ใ€œ) # Svelte Japan Offline Meetup #4 Svelteใซ้–ขใ™ใ‚‹ใ“ใจใชใ‚‰ใชใ‚“ใงใ‚‚OKใฎLTใ‚คใƒ™ใƒณใƒˆใ€‚ ใƒ™ใƒ†ใƒฉใƒณใ‚‚ๅˆๅฟƒ่€…ใ‚‚ๅคงๆญ“่ฟŽใงใ™๏ผ You can talk about any topic related to Svelte in this LT event!! Both veterans and beginners are warmly invited! # ใ‚นใ‚ฑ...

Svelte Japan Offline Meetup #4 will be on this Friday!!
Looking forward to see friends!!

svelte-jp.connpass.com/event/358769/

16.07.2025 00:13 โ€” ๐Ÿ‘ 8    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Post image Post image

๐Ÿ‘€ 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    ๐Ÿ“Œ 1
Preview
GitHub - fabian-hiller/formisch: The modular and type-safe form library for any framework The modular and type-safe form library for any framework - fabian-hiller/formisch

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

15.07.2025 03:24 โ€” ๐Ÿ‘ 49    ๐Ÿ” 5    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 3

Will this be streamed/recorded?

15.07.2025 12:36 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Sorry, I missed it ๐Ÿ™

15.07.2025 12:36 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@sveltesociety.dev is following 20 prominent accounts