Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loicmahieu/react-intl-light
A lighter version of `react-intl`
https://github.com/loicmahieu/react-intl-light
Last synced: 27 days ago
JSON representation
A lighter version of `react-intl`
- Host: GitHub
- URL: https://github.com/loicmahieu/react-intl-light
- Owner: LoicMahieu
- Created: 2019-10-15T12:41:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:45:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T02:55:46.466Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 596 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-intl-light
A ligter version of `react-intl` that only export:
- `FormattedMessage`
- `FormattedHTMLMessage`
- `defineMessages`
- `IntlProvider`## Instlal
```
npm install react-intl-light
```