// Peter Allen - Re-rendering perceptions with Svelte
Javascript frameworks offer flexible and powerful abstractions with which to manage the competing complexities of reactive web UIs. But they come at a cost. Expensive runtimes and confusing reactivity systems can make managing performance and reactive updates challenging.
We will will take a look at how Svelte takes a different approach by doing as much work as possible at build-time and building reactivity directly into the language.
// About Peter
Peter is a freelance front-end developer hailing from the North West who has an unhealthy obsession with both performance and animation.
Ещё видео!