React i18next

react-i18next is a powerful internationalization framework for React / React Native which is based on i18next More info

Articles & Tutorials

Creating localised NextJs apps with next-i18next (medium.com)
Mar 05, 2019
After deciding to remain in the i18n world, I began playing with react-i18next inside some simple NextJs apps, and quickly realised that although internationalising a simple client-side-only React app is fairly easy these days, internationalising an SSR React app (even with how easy NextJs makes it) is a somewhat difficult proposition.
  • Isaac Hinman
Ultimate Localization of React (Mobx) App with i18next (itnext.io)
Aug 10, 2018
Recently I had to add a localization to my React Mobx web application. What I wanted to avoid is coding the mechanism of locale resolving from scratch (once again in my life).
  • Viktor Shevchenko
I18n with React and i18next (alligator.io)
Oct 24, 2017
A brief introduction to internationalizing a React app using i18next.
  • Danny Hurlburt