• 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
Name
Last commit
Last update
..
abis Loading commit data...
assets Loading commit data...
components Loading commit data...
connectors Loading commit data...
constants Loading commit data...
hooks Loading commit data...
locales Loading commit data...
pages Loading commit data...
state Loading commit data...
theme Loading commit data...
types Loading commit data...
utils Loading commit data...
i18n.tsx Loading commit data...
index.tsx Loading commit data...
polyfills.ts Loading commit data...
react-app-env.d.ts Loading commit data...
service-worker.ts Loading commit data...
serviceWorkerRegistration.ts Loading commit data...
setupTests.ts Loading commit data...
test-utils.tsx Loading commit data...