@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.
Top-level
@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. 2 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)