From 5950485c43878db8ed5d7d4464b7bf204ca22be9 Mon Sep 17 00:00:00 2001 From: cwtuan Date: Sat, 9 Dec 2023 19:39:57 +0800 Subject: [PATCH] Chore/trend img (#242) --- README.md | 8 ++++++-- packages/react-intl-universal/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2539d4..3abcd25 100644 --- a/README.md +++ b/README.md @@ -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) + + + npm usage trend of react-intl-universal + ## 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). diff --git a/packages/react-intl-universal/package.json b/packages/react-intl-universal/package.json index 6e7e34f..4c1597e 100644 --- a/packages/react-intl-universal/package.json +++ b/packages/react-intl-universal/package.json @@ -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",