React.JS Localization v0.2In my last post I've discussed ReactJS localization. Now lets find the proper way to do localization. 6 min read
A different approach for localizing react.js app Howdy! Iāve heard you use ReactJS? Good! I also heard you want to localize your application? Thatās great! Well proper localization is hard, there are many js libraries for client side localization as well as yahoo/react-intl that provides localized react components based on JavaScript Intl API. 6 min read