Skip to content

Commit 5950485

Browse files
authored
Chore/trend img (#242)
1 parent e4a319d commit 5950485

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@
1919
- [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.
2020

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

2424
## Usage Trend
25-
- [Usage Trend of react-intl-universal](https://npm-compare.com/react-intl-universal/#timeRange=FIVE_YEARS)
25+
[Usage Trend of react-intl-universal](https://npm-compare.com/react-intl-universal/#timeRange=FIVE_YEARS)
26+
27+
<a href="https://npm-compare.com/react-intl-universal#timeRange=FIVE_YEARS" target="_blank">
28+
<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" />
29+
</a>
2630

2731
## Why Another Internationalization Solution for React?
2832
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).

packages/react-intl-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-intl-universal",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Internationalize React apps. Not only for React component but also for Vanilla JS.",
55
"keywords": [
66
"intl",

0 commit comments

Comments
 (0)