An open API service indexing awesome lists of open source software.

https://github.com/debabrata100/react-localization

This project demonstrates how to implement localization in create-react-app
https://github.com/debabrata100/react-localization

create-react-app javascript localization react react-intl react-intl-sample

Last synced: 26 days ago
JSON representation

This project demonstrates how to implement localization in create-react-app

Awesome Lists containing this project

README

        

This project is bootsrapped with create-react-app and demonstrates how to do localization for multiple languages using [React Intl](https://github.com/formatjs/react-intl) (v2.8.0)

![Running example](https://miro.medium.com/max/600/1*Sp4SaJg9XG-ZOFn1rMGeNg.gif)

### Run project

`yarn start`

### Detailed Explanation
Find complete explanation in [Blog](https://medium.com/@debabrata100/96afd4169523)