Back to Svelte

.svelte.js and .svelte.ts files

documentation/docs/01-introduction/04-svelte-js-files.md

3.59.2426 B
Original Source

Besides .svelte files, Svelte also operates on .svelte.js and .svelte.ts files.

These behave like any other .js or .ts module, except that you can use runes. This is useful for creating reusable reactive logic, or sharing reactive state across your app (though note that you cannot export reassigned state).

[!LEGACY] This is a concept that didn't exist prior to Svelte 5