Email or username:

Password:

Forgot your password?
Nolan Lawson

"Svelte for the Experienced React Dev" by Adam Rackis css-tricks.com/svelte-for-the-

Directly comparing Svelte to React is a great way to show how well-designed it is. Things in React that make my brain hurt feel like they "just work" in Svelte. Personal preferences will always vary, but I know which framework I prefer.

4 comments
Darius Kazemi

@nolan this is what I have been looking for

Darius Kazemi

@nolan Do you ever end up having to debug like, weird compiler errors where it doesn't catch that you are mutating state?

Nolan Lawson

@darius Not really? Also I find it pretty easy to debug the compiled output as it's fairly vanilla-y. It can get weird to wrap your mind around sometimes, though, especially for async code: github.com/nolanlawson/emoji-p

Darius Kazemi

@nolan I mean it can't be any *worse* than debugging when things go extremely wrong in React...

Go Up