Skip to main content

react-i18next

Recommendation
Updated
Moved
USE
2022-04-27

What is it

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

When to use it

Use this framework whenever you need to add internationalization support in your React application.

Make sure to utilize namespaces when you add new translation keys to avoid one big file with all keys. Make sure to configure TypeScript support to get support for typed translation keys.

How to learn it

Installation and setup instructions can be found here.