Noticias
Svelte and SvelteKit
Svelte is a free and open-source front-end component framework[3] and language[4] created by Rich Harris and maintained by the Svelte core team members.[5] Svelte is not a monolithic JavaScript library imported by applications: instead, Svelte compiles HTML templates to specialized code that manipulates the DOM directly, which may reduce the size of transferred files and give better client performance.[6] Application code is also processed by the compiler, inserting calls to automatically recompute data[3] and re-render UI elements when the data they depend on is modified.