I'm excited to release the Svelte 5 course aimed at new and existing Svelte developers! π₯
Learn how to make blazing fast web apps with Svelte and understand how it works with hands-on experience.
https://t.co/s3dJR8AeEO
I poked around SvelteKit to learn how live queries work and found it uses a raw stream that sends NDJSON using devalue for serialization β I used a server endpoint and fetch on the client to demonstrate how it works π
Another experiment in making videos with code stealing the Motion Canvas API with Svelte templating and reactivity π
I prefer this over the Remotion approach I tried where you have to define the frames π€
Another experiment in making videos with code stealing the Motion Canvas API with Svelte templating and reactivity π
I prefer this over the Remotion approach I tried where you have to define the frames π€
I open sourced the Svelte sandbox if you want to use it on your site
β’ Includes Web (HTML/CSS/JS) and Svelte sandbox components
β’ Preview-only mode
β’ Handles NPM imports
β’ Customizable
β’ Responsive
https://t.co/rK7d4espIa
Modern CSS has made entry and exit animations a lot easier so I made a video on how to use @βstarting-style to do that including animating discrete properties like display and using the View Transition API for layout changes
Vercel randomly broke my SvelteKit deployment that worked fine before and wasted hours of my time π€
If you encounter random problems with your deployment update the build command
In this video I explore how the HTML-in-Canvas proposal unlocks new possibilities and lets you render HTML elements inside a <canvas> while preserving native layout, styling, and accessibility π
Here's a powerful animation system that works with your favorite JavaScript animation library in Svelte π§
Instead of messy element bindings use an attachment to register and animate actors from a scene like this GSAP example π