Internationalizing React App Boilerplate For SmashingMagazine
This is a boilerplate template for the Internationalizing React Apps article
You may also check for the solution branch
Under The Hood
- Universal / Isomorphic React App
- Babel
- webpack, webpack-dev-server, and configuration
- express
Tutorial Steps
- Implement user's locale detection with
accept-language
library - Translate messages with
react-intl
- Support locale-specific content like numbers and dates
License
MIT (c) Yury Dymov