How to Add react-i18next to Your React app

Emily Xiong
8 min readJan 22, 2021

React-i18next is internationalization framework for React. This blog is a step-by-step guide about adding react-118next to a React project, such as:

  • How to config react-118next
  • How to sync with Redux state
  • How to extract translation
React-i18next

The example I am going to use:

--

--