bsky.app/profile/joyo...
01.08.2025 08:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0@joyofcode.xyz.bsky.social
https://joyofcode.xyz/
bsky.app/profile/joyo...
01.08.2025 08:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0You can now use SvelteKit remote functions under an experimental flag as of v2.27!
They also added query states and being able to access typed params from props. โค๏ธ
svelte.dev/docs/kit/rem...
I wanted to try Wayland again but I don't even have that option anymore ๐
31.07.2025 06:40 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0How do package imports just work in the Svelte playground?
It turns out external imports are turned into a `npm://$/<name>@<version>/<path>` format which gets replaced by the contents of the parsed npm tarball later. ๐ช
At least I think so! Not sure how Rollup works exactly. ๐
The goat ๐
lihautan.com/compile-svel...
I would, but I don't want to configure things! I might try Omarchy someday.
omarchy.org
I had a lot problems last time I tried it but maybe things improved
29.07.2025 12:58 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Yeah, it's butter
29.07.2025 12:54 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0It might be because I'm on X11
29.07.2025 12:54 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0Are you using Wayland?
29.07.2025 12:54 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I want to love Zed but it feels subpar on Linux.
Everyone loves trashing Electron but this is my experience with most native apps. It might work great on Mac but I noticed people who gas it up use VS Code.
For being obsessed with AI the experience is also not great.
I wanted to learn how Svelte runs in the playground and turns out it uses workers to compile and then bundle the code in the browser using Rollup when you update the content. ๐ฅ
28.07.2025 14:20 โ ๐ 7 ๐ 0 ๐ฌ 1 ๐ 0I still have a lot of work to do but the next Svelte video is going to be special. โค๏ธ
26.07.2025 18:30 โ ๐ 45 ๐ 2 ๐ฌ 3 ๐ 1A year ago I made a simple Markdown preprocessor for Svelte and it works great. It also uses a template like Twig used to search and replace the content โ but I'm moving to components.
If you want to learn more I have a video you can check out linked below.
Rich Harris shares his vision on what's possible for the future of Svelte โ from having a local database to mirror your production database to opinions on auth and i11n being part of the framework.
25.07.2025 16:00 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 0Rich Harris shares how streaming real-time data might look for SvelteKit remote functions
25.07.2025 10:00 โ ๐ 5 ๐ 1 ๐ฌ 0 ๐ 0You're also going to be able to batch queries
24.07.2025 16:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Rich Harris shares how caching might work for SvelteKit remote functions
24.07.2025 10:00 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 1I just wanted to make it work out of spite but it wasn't that useful in the end so I removed it. ๐
github.com/animotionjs/...
I learned about thenables in JavaScript while trying to chain animations using the same API as promises so it's amusing that Svelte uses the same approach for the remote functions API. ๐
Props to @paolo.ricciuti.me for figuring this out! You need to get-a-the-then. ๐ค
Rich Harris reveals the Svelte master plan
23.07.2025 10:00 โ ๐ 12 ๐ 1 ๐ฌ 0 ๐ 0Svelte recently added `getAbortSignal` which returns an AbortSignal that aborts when the current derived or effect reruns or is destroyed. ๐ฅ
22.07.2025 14:00 โ ๐ 9 ๐ 0 ๐ฌ 1 ๐ 0Rich Harris talks about Svelte taking advantage of the new `using` keyword in JavaScript for explicit resource management and cleanup in your components.
22.07.2025 10:00 โ ๐ 8 ๐ 0 ๐ฌ 1 ๐ 0Rich Harris reveals Svelte's secret weapon
21.07.2025 18:00 โ ๐ 8 ๐ 0 ๐ฌ 1 ๐ 0The creator of Svelte shares his opinion on React Server Components.
21.07.2025 14:00 โ ๐ 12 ๐ 1 ๐ฌ 0 ๐ 0You can now `await` promises directly in Svelte components using an experimental flag. ๐ฅ
20.07.2025 14:00 โ ๐ 23 ๐ 0 ๐ฌ 1 ๐ 0Async 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