Hacker News new | ask | show | jobs
by mananaysiempre 1313 days ago
As always, less complexity and less expressive power at a given level go hand in hand: Deno as it exists right now can’t work even with a relatively tame nonstandard approach to JSX such as that in Solid.js[1] (without essentially running a build step at startup), let alone a full language extension like Svelte[2] (there is a thing for that now[3], but it seems to be squeezing in a build system through a localhost server IIUC?).

[1] https://github.com/solidjs/solid/discussions/332

[2] https://github.com/sveltejs/svelte/issues/4431

[3] https://github.com/crewdevio/Snel