Advertisement · 728 × 90

Posts by ComputerGuy

not an april fools joke: svelte is no longer just a web framework (or rather, won't be once we merge @paolo.ricciuti.me's magnum opus). have seen some extremely cool demos of this

2 weeks ago 224 28 13 6
Post image

are these Node 0.x consumers in the room with us right now?

4 weeks ago 84 7 4 0
Svelte goes beyond the DOM
Svelte goes beyond the DOM Svelte is well loved as a web framework, and now the team is working to take it multi-platform. Svelte’s custom renderers API will enable native apps, terminals, and more to be build with Svelte.…

This evening, @paolo.ricciuti.me will join @codetv.dev's The Web Dev Podcast to talk about our work on the Svelte Custom Renderers Initiative! Check it out if you’re interested in rendering beyond the DOM with Svelte 🙌

Tune in at 18:30 CET 👉 www.youtube.com/watch?v=nPac...

#Svelte #SvelteKit

1 month ago 20 5 1 0

Who here is on Svelte 4 yet?

Curious to hear what is stopping you from upgrading to Svelte 5, and if we can make things any easier here.

1 month ago 10 4 7 2
Video

i built an entire x86 CPU emulator in CSS (no javascript)

you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

lyra.horse/x86css/

1 month ago 2616 871 132 159
Video

New in Svelte: Comments inside component/element tags!

1 month ago 171 20 11 6

you know what to do --> npmx.dev/package/svelte

2 months ago 85 10 6 2
Advertisement
Post image

wikipedia turns 25 today! the last unenshittified major website! backbone of online info! triumph of humanity! powered by urge of unpaid randos to correct each other! somehow mostly reliable! "good thing wikipedia works in practice, because it sure doesn't work in theory" - old wiki adage

3 months ago 12516 4013 95 304
Preview
CVEs affecting the Svelte ecosystem Time to upgrade

We've released fixes for 5 CVEs affecting the Svelte ecosystem. Please upgrade your apps!

Read the post to learn if you're affected:

svelte.dev/blog/cves-af...

3 months ago 68 20 1 4
anakin/padme meme

anakin: we're on the front of hacker news
padme: because we shipped something good?
anakin:
padme: something good, right?

anakin/padme meme anakin: we're on the front of hacker news padme: because we shipped something good? anakin: padme: something good, right?

3 months ago 178 6 5 0

guy who pronounces ".png" as "dot pinge"

3 months ago 30612 5283 583 210
a variation of the "we should improve society somewhat." vs "yet you participate in society. very curious! i am very intelligent." sketch with the heckler's quotes replaced by the xkcd standards comic

a variation of the "we should improve society somewhat." vs "yet you participate in society. very curious! i am very intelligent." sketch with the heckler's quotes replaced by the xkcd standards comic

3 months ago 452 97 6 6
Preview
chore: use pkg.imports for builder.js (#15785) · sveltejs/svelte@4f8708a * chore: use pkg.imports for builder.js * use pkg.imports instead of tsconfig * #client/constants

we've been using this in the svelte codebase for a while
github.com/sveltejs/sve...

4 months ago 9 1 0 1

A package was actually made for this alias so you can write `npm isntall thatgreat`: www.npmjs.com/package/that...

4 months ago 5 0 0 0

CSS is so powerful now, it's amazing looking through older CSS and seeing what can be replaced with a one-liner. I'm on the hunt for snippets that used to be multiple lines of CSS that can now be done in one. Show me what you got!

4 months ago 123 19 24 5

Yes! Let's set the record straight. Biome has very little support for Svelte. It's marketing gone overboard. It has no Svelte-specific rules that I'm aware of. I don't think it will ever be a competitive offering. My eyes are on oxlint, which is working towards being able to run eslint-plugin-svelte

5 months ago 31 5 2 1
Advertisement
A bar chart showing CPU benchmarks. SvelteKit is showing a 7-10x speed up compared to Next.js.

A bar chart showing CPU benchmarks. SvelteKit is showing a 7-10x speed up compared to Next.js.

Oh... what's this, you ask? Just a benchmark that coincidentally shows how fast SvelteKit is compared to Next.js 🤷‍♂️

How fast, you ask? Just 7-10x. No biggie.

Svelte ❤️

6 months ago 52 8 3 1
Vite: The Documentary
Vite: The Documentary YouTube video by CultRepo

"Let's hear it for the UN of Javascript!

Vite: The Documentary is finally here.

If you missed the premiere, it's OK!!! Here's the link so you can watch it again, and again and again.

youtu.be/bmWQqAKLgT4 "

6 months ago 71 30 4 2
Preview
Async SSR · sveltejs svelte · Discussion #16784 The Svelte team has been hard at work on asynchronous rendering, with client-side support and remote functions as our first two efforts. It’s time for the third: SSR. Background There are three cor...

Super excited to announce the experimental release of asynchronous SSR in Svelte! github.com/sveltejs/sve...

`await` expressions in your Svelte components can now be rendered on the server, meaning you don't need to render them inside boundaries with a `pending` snippet. Next up, streaming SSR!

7 months ago 91 21 5 2

Definitely, I'm working on a project that would very much benefit from this. Currently I'm just waiting for Import Bytes to be standardized to use that.

7 months ago 3 0 0 0

Interesting! So sources have a reactions array, while effects don't know their dependencies? Or is it the other way around?

7 months ago 1 0 1 0

This is really cool! Looking at the source code, I can definitely see how Svelte influenced it 😄
You said in your other post that it doesn't use signals, what does it use? The code looks very signal-esque...

7 months ago 0 0 1 0
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

8 months ago 220 29 19 12
Preview
Compile Svelte 5 in your head Background5 years ago, I wrote Compile Svelte in your head. That was written for Svelte 3.But now, almost 1 year into Svelte 5 release, which introduce tons of new features, such as runes, fine-graine...

New post in a very long while

lihautan.com/compile-svel...

8 months ago 41 8 4 2
Advertisement

Async Svelte has released in v5.36.0!
github.com/sveltejs/sve...

9 months ago 9 0 0 0

That's why migration scripts exist. A while ago, I wrote a component in Svelte 1 and tried to migrate it to Svelte 5 using migration scripts provided by Svelte; the only diff between what I expected and what resulted was state was declared via $props, bc state and props were the same before v3.

9 months ago 2 0 0 0
GitHub - romkor/svelte-portal: Svelte component for rendering outside the DOM of parent component Svelte component for rendering outside the DOM of parent component - romkor/svelte-portal

You could try using a Portal: github.com/romkor/svelt...

9 months ago 1 0 0 0

I'm not saying React is bad by any means. All I'm stating is how different React really is from pretty much every other framework, and showing how much it has changed over the past decade, both in its features and goals.

10 months ago 1 0 0 0

This is also why Signals don't really work in React and React-adjacent frameworks. Fine-grained reactivity doesn't make sense when the component tree gets recreated on every state change.

10 months ago 2 0 1 0

React uses functions in a more mathematical sense rather than a software sense— functions represent the state of your application at any point in time, and regular optimizations don't account for this. The internal mechanisms of hooks would be infeasible in almost any other framework.

10 months ago 1 0 1 0