Why Stack Overflow is embracing Svelte

Why Stack Overflow is embracing Svelte

Giamir Buoncristiani, tech lead for the Stacks design system at Stack Overflow, joins Ryan for a conversation about all things front end, including how he joined Stack with a mandate to modernize the front-end user interface and why Stack Overflow developers are such big fans of Svelte.

Running 1000 tests in 1s

๐Ÿ“– tl;dr: Most code doesn't require the amount of test isolation contemporary test runners apply by default. If you only opt into the amount of isolations you need, you can…

Hooks vs Classes a few months later

๐Ÿ“– tl;dr: Hooks have simplified a lot of UI code for many users. But what's the maintainers perspective on them? Do they lead to less time spent answering support questions?…

The Double Encoded VNode

๐Ÿ“– tl;dr: I've received a few messages asking about how to debug an issue the past days, so I thought I'd be a good idea to write down my thinking…