DEV Community

Discussion on: How to add internationalization 📙 to your React App ⚛️ in a SUPER-simple way

Collapse
 
tpolajnar profile image
TadPol

I18n is quite easy to setup and run once you get used to it. I recommend you to move all translations to one file, it is much easier to maintain in long term

Collapse
 
swissgreg profile image
SwissGreg

I was thinking about it but I also have dynamic module loading and this way I can avoid loading one big translation file.