@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)
Top-level
@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
@toby3d As my other post: https://fosstodon.org/@lil5/112783613067865175 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) |
@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.