2 Matching Annotations
- Nov 2021
-
www.kirillvasiltsov.com www.kirillvasiltsov.com
-
export function autofocus(node) { node.focus(); } That's it. This is a legitimate Svelte Action!
-
- Oct 2020
-
svelte.dev svelte.dev
-
Not all application state belongs inside your application's component hierarchy. Sometimes, you'll have values that need to be accessed by multiple unrelated components, or by a regular JavaScript module.
-