exploring Svelte's reactivity
Presentation Resources:
• screencast: | the Responsive Svelte presentation given to Svelte Summit Fall 2021 |
• slides: | presentation slides (follow along) |
• demo: | primary REPL used throughout presentation |
• article: | Responsive Svelte article (contains more detail) |
• Reactive Triggers: | REPL demonstrating Svelte's staleness heuristics |
• Rethinking Reactivity: | presentation by Rich Harris |
Presentation Syllabus:
This talk is focused on a better understanding of Svelte's reactivity. We will do this from an "observer perspective" - by visualizing it first-hand (right in your application)!
There's a bit of a mystery behind some of these concepts. We will delve into some lesser-known detail (that you may have not considered)! The hope is you will come away with more insight, and be better informed on how to use this awesome product!
The session will delve into:
This talk is an adaptation of my article on the same topic (found here)