Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majo44/redux-tx-router
Universal, transnational router for redux.
https://github.com/majo44/redux-tx-router
Last synced: 25 days ago
JSON representation
Universal, transnational router for redux.
- Host: GitHub
- URL: https://github.com/majo44/redux-tx-router
- Owner: majo44
- License: mit
- Created: 2017-05-18T12:29:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T13:53:19.000Z (over 7 years ago)
- Last Synced: 2024-11-28T08:06:19.753Z (about 1 month ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redux-tx-router
[![Build Status](https://travis-ci.org/majo44/redux-tx-router.svg?branch=master)](https://travis-ci.org/majo44/redux-tx-router)
[![Coverage Status](https://coveralls.io/repos/github/majo44/redux-tx-router/badge.svg?branch=master)](https://coveralls.io/github/majo44/redux-tx-router?branch=master)
[![codebeat badge](https://codebeat.co/badges/1a7f4362-618c-4f32-b66c-1a4bc99d4a6e)](https://codebeat.co/projects/github-com-majo44-redux-tx-router-master)
[![bitHound Overall Score](https://www.bithound.io/github/majo44/redux-tx-router/badges/score.svg)](https://www.bithound.io/github/majo44/redux-tx-router)
[![npm version](https://badge.fury.io/js/redux-tx-router.svg)](https://badge.fury.io/js/redux-tx-router)Router for redux with support of before hook run in transaction.
### Dependencies* Redux-tx is for the redux, so you will need it.
* And Redux-tx is plays best with redux-thunk.
### InstallationTo install the stable version:
```
npm install --save redux-tx-router
```### Usage
### Api