Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matricali/react-redux-i18nify
Binding for redux and react-i18nify
https://github.com/matricali/react-redux-i18nify
i18n l10n react redux
Last synced: about 1 month ago
JSON representation
Binding for redux and react-i18nify
- Host: GitHub
- URL: https://github.com/matricali/react-redux-i18nify
- Owner: matricali
- License: mit
- Created: 2020-04-14T14:27:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T16:10:53.000Z (over 4 years ago)
- Last Synced: 2024-10-05T07:03:53.442Z (about 1 month ago)
- Topics: i18n, l10n, react, redux
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redux-i18n
[![npm vesion](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![monthly downloads](http://img.shields.io/npm/dm/react-redux-i18nify.svg)](https://www.npmjs.com/package/react-redux-i18nify)
[![npm package](http://img.shields.io/npm/v/react-redux-i18nify.svg)](https://www.npmjs.com/package/react-redux-i18nify)A binding library for redux to react-i18nify
## Usage
Install using `npm`:
```
npm i react-redux-i18nify --save
````redux-thunk` is an implicit dependency, so you need it installed and included in your project.
To learn more about `redux-thunk`, refer to it's GitHub page:
https://github.com/gaearon/redux-thunk