Internationalization with react-redux-starter-kit
This was the first time I had to manage serious translations for a react-redux project. I use to develop my applications starting from the awesome react-redux-starter-key by davezuko.
This starter kit doesn't include i18n support out of the box, so some work is needed. I followed this article from freecodcamp and changed things a bit, so let's start.
Install react-intl
It seems that in the react world there is one library to choose for internationalization: react-intl by yahoo.
Let's install ...