Skip to content

Commit

Permalink
Chore/trend img (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan authored Dec 9, 2023
1 parent e4a319d commit 5950485
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@
- [react-intl-universal-extract](https://github.com/alibaba/react-intl-universal/tree/master/packages/react-intl-universal-extract) helps you generate a locale file easily.

## Live Demo
- [react-intl-universal example](https://fe-tool.com/react-intl-universal)
[react-intl-universal example](https://fe-tool.com/react-intl-universal)

## Usage Trend
- [Usage Trend of react-intl-universal](https://npm-compare.com/react-intl-universal/#timeRange=FIVE_YEARS)
[Usage Trend of react-intl-universal](https://npm-compare.com/react-intl-universal/#timeRange=FIVE_YEARS)

<a href="https://npm-compare.com/react-intl-universal#timeRange=FIVE_YEARS" target="_blank">
<img src="https://npm-compare.com/img/npm-trend/FIVE_YEARS/react-intl-universal.png" width="100%" alt="npm usage trend of react-intl-universal" />
</a>

## Why Another Internationalization Solution for React?
In case of internationalizing React apps, [react-intl](https://github.com/yahoo/react-intl) is one of most popular package in industry. [react-intl](https://github.com/yahoo/react-intl) decorate your React.Component with wrapped component which is injected internationalized message dynamically so that the locale data is able to be loaded dynamically without reloading page. The following is the example code using [react-intl](https://github.com/yahoo/react-intl).
Expand Down
2 changes: 1 addition & 1 deletion packages/react-intl-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-universal",
"version": "2.9.0",
"version": "2.9.1",
"description": "Internationalize React apps. Not only for React component but also for Vanilla JS.",
"keywords": [
"intl",
Expand Down

0 comments on commit 5950485

Please sign in to comment.