Skip to content

An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course

Notifications You must be signed in to change notification settings

damonbauer/egghead-bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egghead-bookshelf

An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course


In this course, we will incorporate react-intl into a project created with create-react-app and react-router. The react-intl library makes complex tasks such as internationalization and formatting dates & currency incredibly simple. Another huge benefit of react-intl is that it gives you the ability to centralize the content across your application into language specific files. This creates a consistent place to find content and encourages reuse. If you’ve ever used language specific yml files in Rails, you’re already familiar with this pattern.

Starting with the entry point of the application, we will hit the ground running by adding the necessary components and data structures required for react-intl to function. From there, we will use react-intl components to format various types of data including strings, dates, and numbers. We will also work through writing tests for components that include react-intl components using Jest and enzyme.

About

An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published