smashing-react-i18n icon indicating copy to clipboard operation
smashing-react-i18n copied to clipboard

Internationalizing React App Boilerplate For SmashingMagazine

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

  1. Implement user's locale detection with accept-language library
  2. Translate messages with react-intl
  3. Support locale-specific content like numbers and dates

License

MIT (c) Yury Dymov