Svelte
Svelete offers compiler based truely reactive single file JS component model. It’s not product of tech megacorp and produces small, fast JS bundles.
Learning SvelteJS:
- Install “nodejs” and “npm”
- Install lang-tools in VSCodium or else set your editor
- Start using svelte
- Go through tutorial
Svelte is kind of a JS superset lang that compiles to plain JS for browser to run.