DEV Community

Discussion on: 🤖 Svelte Reviewed: A Masterclass on Empowerment 🤖

Collapse
 
cjsmocjsmo profile image
Charlie J Smotherman

If you are a minimalist such as myself then you might like Htmx framework.

No compiler needed just HTML, CSS and JS. You can use Vanillajs, Alpinejs and even JQuery if you want to depending on your needs.

I've used svelte since pre 1.0 and love it however I find Htmx very interesting in how they do things differently.

If your a rust fan svelte can be used with Tauri to create desktop apps for mac, windows and linux.

Happy Coding

Collapse
 
somedood profile image
Basti Ortiz

Ah, yes. I'm well aware of HTMX and its hypermedia philosophy. Though I must mention that HTMX solves a completely different problem than SvelteKit's more general-purpose all-in-one SSR, CSR, and SSG solution.