Skip to content

Commit

Permalink
new demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Jun 18, 2017
1 parent 9b6b8ee commit 4d6cf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Message format is strictly implemented by [ICU standards](http://userguide.icu-project.org/formatparse/messages).

## Live Demo
[React Intl Universal Demo](http://g.alicdn.com/alishu/common/0.0.87/intl-example/index.html)
[React Intl Universal Demo](https://g.alicdn.com/alishu/common/0.0.95/intl-example/index.html)

## 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-universal",
"version": "1.1.0",
"version": "1.1.1",
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.",
"keywords": [
"intl",
Expand Down

0 comments on commit 4d6cf7b

Please sign in to comment.