Joel Bez

1828 days ago

Great look at svelte an it's motivation.
Opinion a bit too one sided but this probably make our development tools better

Rich Harris - Rethinking reactivity

youtube.com

Modern JavaScript frameworks are all about reactivity. Change your application's state, and the view updates automatically. But there's a catch — tracking state changes at runtime adds overhead that eats into your bundle size and performance budgets. In this talk, we'll discover an alternative app