Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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