DEV Community

Discussion on: Internationalizing your React app with i18next

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

Nice article. i18next is also my go-to library, very nice ecosystem, and has libraries for all major frameworks.

Collapse
 
aryclenio profile image
Ary Barros

i18next is a very interesting library. Nowadays in react it just competes with react-intl but i18next is far more intuitive and fast.

Collapse
 
jpomykala profile image
Jakub Pomykała • Edited

I personally chose react-intl because it was much simpler to use on the beginning, but so far I didn't spot any issues with that, even on complex systems. It's simple and good enough to do the job. :) That's why I'm happy that I found your post about i18next, so I was able to see how to setup it quickly