2 Matching Annotations
- Nov 2021
-
svelte.school svelte.school
-
Some call them the lifecycle methods of elements which I think is an apt description.
-
- Jan 2021
-
github.com github.com
-
What I think is happening is that instantiating the component is immediately running the $: reactive code, which dispatches the event synchronously, before the parent component attaches the listener.
-