Email or username:

Password:

Forgot your password?
4 comments
lil5 :golang: ๐ŸŒฑ

@toby3d @orhun @ratatui_rs @nikitonsky

It would be great if you ๐Ÿ”” shamed ๐Ÿ”” the JS framework each website is built on. (NextJS, CRA, Vite, Astro & React, Vue 2/3, Angular, Svelte & mentionable packages that are used)

Maxim Lebedev

@lil5 Svelte compiles projects into native JavaScript without additional external injections or dependencies. And it is not very widespread to build some popular sites on it.

lil5 :golang: ๐ŸŒฑ

@toby3d As my other post: fosstodon.org/@lil5/1127836130

Usually because one is using JS to render a website: i18n, routing, etc; gets pushed to the client side even though itโ€™s better to use the server. Rarely does one just stick to only using svelte on its own (See svelte kit)

Go Up