Svelte-kit reactivity — performance, pitfalls, and things I didn’t know — Summary This short article discusses reactive statements in Svelte-Kit. A performance improvement you can add to your application, if you don’t already know it. Plus, a pitfall I ran into by not understanding this reactive statement feature. For context, if you’re new to svelte, a very basic example of reactive…