React / Redux Multilingual Isomorphic Apps (i18n)
Inspired by React / Redux and Multilingual (Internationalization) Apps – Architecture, I’m about to represent Antoine Jaussoin‘s idea and some modification to fit my project requirement. Checkout Antoine’s repo here. In short, he wraps the component with another component called Translate component. This Translate component would get the currentLanguage from this.context, which...