• Zach Pomerantz's avatar
    perf(i18n): bundle default locale with main chunk (#2405) · 9b1903df
    Zach Pomerantz authored
    * fix(i18n): do not defer render on locale
    
    Do not defer render on locale load. This delays the initial render of the page, effectively delaying to LCP.
    Lingui allows the page to render with no text while a locale is loading. A fallback locale is only used when loading a locale fails - not while it is pending.
    
    * perf(i18n): include default language in initial bundle
    9b1903df
i18n.tsx 2.12 KB