DEV Community

Discussion on: Responsive Svelte (exploring Svelte's reactivity)

Collapse
 
thaddeusm profile image
Thaddeus McCleary

I have really enjoyed using Svelte for my projects for the last year or so and thought I knew why until now. I'm blown away by your analysis. I have navigated some of these tricky areas (e.g. difficulty getting reactivity when not using primitives and learning to reassign objects to trigger updates) without having really taken the time to understand what the Svelte is doing behind the scenes.

Thank you for the insights!