Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 663 Bytes

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