Publish to my blog (weekly)
Events / Event forwarding • Svelte Tutorial But that's a lot of code to write, so Svelte gives us an equivalent shorthand — an on:message event directive without a value means 'forward all message events'. Events / Component events • Svelte Tutorial createEventDispatcher must be called when the component is first instantiated — you can't do it later inside e.g. a setTimeout callback. createEventDispatcher must be called when the component is first instantiated — you can't do it later inside e.g. a setTimeout callback E...