Hacker News new | ask | show | jobs
by npn 1099 days ago
you can download a html page from some website, rename it to `.svelte` and it will mostly work just fine with some minor modifications like remove the html wrapper tag and rename `<head>` to `<svelte:head>`.

I don't think the same thing apply for any other popular frontend frameworks.

I love Svelte because prototyping a new feature in it is really really trivial, even with keyboard interactions and animation effects.