Skip to content

yury-dymov/smashing-react-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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