We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd1668 commit dfcd0d2Copy full SHA for dfcd0d2
README.md
@@ -2,6 +2,9 @@
2
3
[Redux](https://github.com/reactjs/redux) binding for [React Intl](https://github.com/yahoo/react-intl).
4
5
+Building idiomatic React Redux Application by
6
+having translations in store and dispatching action to update it.
7
+
8
## Installation
9
10
```
@@ -121,3 +124,7 @@ store.dispatch(updateIntl({
121
124
### Use with `redux-immutable`
122
125
123
126
See the usage in [test](https://github.com/ratson/react-intl-redux/blob/master/test/immutable.spec.js).
127
128
+## Examples
129
130
+There are some examples under the [`examples`](./examples) folder for reference.
0 commit comments