This is a simple example of how i18next + React works.
To try out this example you should do the next steps:
-
Clone this repo:
git clone https://github.com/theWaR13/i18next-example.git
-
Type
cd i18next-example
andnpm install
-
And the last one is
NODE_ENV=devel npm start
-
Now you can open browser, go to
localhost:3001
and check this example!