# tina-redux **Repository Path**: tinajs/tina-redux ## Basic Information - **Project Name**: tina-redux - **Description**: Tina.js bindings for Redux - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tina-redux > Tina.js bindings for Redux [![npm](https://img.shields.io/npm/v/@tinajs/tina-redux.svg?style=flat-square)](https://www.npmjs.com/package/@tinajs/tina-redux) [![license](https://img.shields.io/github/license/tinajs/tina-redux.svg?style=flat-square)](./LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ## Installation ```bash npm i --save @tinajs/tina-redux ``` ## Guide See [Redux - 状态管理 - Tina.js](http://localhost:3000/#/guide/state-management?id=redux)。 ## Example - [Basic](example/readme.md) - [Using with Immutable.js](https://github.com/tinajs/tina-examples/blob/master/packages/todomvc-lite-redux-immutable) ## Related Projects - [Tina.js](https://github.com/tinajs/tina) - [Redux](https://redux.js.org/) - [tina-immutable](https://github.com/tinajs/tina-immutable) - [xixilive/redux-weapp](https://github.com/xixilive/redux-weapp) ## License MIT © [yelo](https://github.com/tinajs), 2017 - present