We just did our first family outdoor climbing session this past week!
03.08.2025 14:19 β π 1 π 0 π¬ 1 π 0@benmccann.com.bsky.social
Investor and entrepreneur. SvelteKit maintainer. Co-founded Connectifier - acquired by LinkedIn
We just did our first family outdoor climbing session this past week!
03.08.2025 14:19 β π 1 π 0 π¬ 1 π 0SvelteKit remote functions are now available under an experimental flag. Docs here: svelte.dev/docs/kit/rem...
31.07.2025 21:13 β π 70 π 13 π¬ 1 π 2Run the migration tool and see what it touches?
26.07.2025 15:14 β π 0 π 0 π¬ 1 π 0You don't like code that starts with the comment "this is hacky as all hell"?
github.com/sveltejs/kit...
I think that's certainly part of it. A gold medal IMO performance is worth billions to the companies involved.
24.07.2025 18:12 β π 1 π 0 π¬ 0 π 0I suppose the main difference compared to coding is that it's easier to verify a correct answer which is what enables throwing compute at it. In coding, determining that one approach is "better" than another is perhaps fuzzier.
24.07.2025 18:10 β π 0 π 0 π¬ 0 π 0URL references in SvelteKit are now type-checked to ensure the URL exists. Goodbye 404s!
github.com/sveltejs/kit...
What can we fix to make SvelteKit a better experience?
24.07.2025 17:42 β π 2 π 0 π¬ 0 π 0Have you tried Claude? LLM performance on Svelte varies greatly by model. Take a look at khromov.github.io/svelte-bench...
24.07.2025 17:41 β π 1 π 0 π¬ 0 π 0I'm trying to understand how LLMs can accomplish this task when I see them make mistakes at far easier tasks coding an app, numeric calculations, and Towers of Hanoi. It's not as simple as just generating tons of answers since the answers are hard to verify.
22.07.2025 00:08 β π 2 π 0 π¬ 2 π 0Nearly no one uses this library precisely because it is bullshit. This isn't a JavaScript problem. This is a Google BigQuery problem: github.com/googleapis/n...
20.07.2025 00:02 β π 3 π 0 π¬ 0 π 0just some of the highlights of the great work the @e18e.dev community has been doing in the last few months. awesome work by everyone involved, and big thanks to all the maintainers who collaborated β€οΈ
18.07.2025 14:52 β π 39 π 15 π¬ 3 π 3There are tons of options available at www.sveltesociety.dev/packages?cat...
14.07.2025 01:30 β π 1 π 0 π¬ 1 π 0It looks like Vite is getting a new devtools π
github.com/vitejs/devto...
All you should have to do is use SvelteKit's adapter-cloudflare. Are you trying to do something unusual with fetch?
09.07.2025 03:08 β π 2 π 0 π¬ 0 π 0Svelte remote functions PR is out and here are the changes. π₯
I removed things so they fit in a post but I'm going to link to the updates and the PR. π
Check out Immich if you need a Photos alternative!
02.07.2025 22:36 β π 2 π 0 π¬ 0 π 0Nice! I guessed you might be using satori since that's what I've seen other libraries for this use (geoffrich.net/posts/svelte...)
28.06.2025 13:55 β π 1 π 0 π¬ 2 π 0I just came across a great site that lets the public crowdfund testing of their foods to check whether they contain hormone disruptors: laboratory.love
GitHub's founder did this and posted his results on plasticlist.org and it was really surprising how many products were found to contain phthalates
Oh yeah, great point about rendering a page. I only needed an API route for what I was doing
Exposing a way to add routes sounds like a great idea!
SSR works with the handle hook. I'm pretty sure you don't lose anything at this point. I can think of hypothetical features that wouldn't work with it, but none of them exist yet, so you should be fine!
25.06.2025 00:42 β π 0 π 0 π¬ 1 π 0You can add as many routes as you'd like programmatically via SvelteKit's handle hook. I'm doing that in github.com/simov/grant/...
What kind of integrations are you thinking of where it'd be helpful to have a more specific API for adding new routes?
Ark UI now supports Svelte and it looks really awesome!
ark-ui.com/blog/introdu...
The Remote Functions RFC from Svelte maintainers is really good. Not only do you get built-in optimistic updates, but also correct rollback to the correct state on both errors *and* random network latency out of the box! #svelte #javascript #sveltekit
22.06.2025 08:45 β π 38 π 3 π¬ 0 π 0SvelteKit now supports Rolldown for faster builds via Rust!
See the changelog for more details: github.com/sveltejs/kit...
Thanks to Tee Ming and @dominikg.dev for implementing and the @rolldown.rs team for a tremendous amount of support in making this work!
Wait until RPCs launch in SvelteKit and then create a new SvelteKit app from the CLI with the Drizzle add-on π
17.06.2025 23:00 β π 4 π 0 π¬ 1 π 0hard to overstate how excited i am about this RFC β @dummdidumm.bsky.social is doing incredible work. this raises the bar for data fetching in frameworks, and unlocks some very cool new use cases for SvelteKit. we have a lot more ideas that will build on top of this work
github.com/sveltejs/kit...
Can you share examples of prompts it struggles with and what it returns? Perhaps we can add it to the Svelte LLM benchmark
17.06.2025 13:25 β π 1 π 0 π¬ 1 π 0Yeah, it's basically impossible to use without pulling in dependencies that makes no sense for SvelteKit. I think it'd be easier to just build SvelteKit-specific auth ourselves. I sent a couple of PRs to grant a couple of weeks ago to add SvelteKit support to it.
14.06.2025 18:32 β π 2 π 0 π¬ 0 π 0Also of note, this doesn't work with SvelteKit yet. But it's being worked on! github.com/sveltejs/kit...
13.06.2025 18:17 β π 4 π 0 π¬ 0 π 0