Docs • Svelte

https://svelte.dev/docs#component-format-script-3-$-marks-a-statement-as-reactive

Skip to main content Home Tutorial Docs Examples REPL Blog FAQ SvelteKit Discord GitHub HTML_TAG_START This page contains detailed API reference documentation. It's intended to be a resource for people who already have some familiarity with Svelte. If that's not you (yet), you may prefer to visit the interactive tutorial or the examples before consulting this reference. Don't be shy about asking for help in the Discord chatroom . Using an older version of Svelte? Have a look at the v2 docs . HTML_TAG_END HTML_TAG_START To try Svelte in an interactive online environment you can try the REPL or StackBlitz . To create a project locally we recommend using SvelteKit , the official application framework from the Svelte team: npm create svelte@latest myapp cd myapp npm install npm run dev SvelteKit will handle calling the Svelte compiler to convert your .svelte fi...

Linked on 2023-04-06 17:24:28 | Similar Links