taverasmisael / taverasmisael.com

My personal website and blog. Build with an hybrid Astro SSR, SolidJS and TailwindCSS. Support for internazionalization and more.
https://taverasmisael.com
2 stars 0 forks source link

Reduce JavaScript bundle size (Internationalization) #32

Closed taverasmisael closed 7 months ago

taverasmisael commented 7 months ago

I currently use the i18n module on the client side instead of build time, even when 90% of the text is not dynamic. I also bring both languages even it's impossible to use them at the same time, this will grow exponentially the more translations and languages we have.

Core Ideas