Email or username:

Password:

Forgot your password?
Top-level
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)

3 comments
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