react-chain-history
v0.4.3
Published
A react-chain middleware for history
Downloads
41
Keywords
Readme
react-chain-history
A react-chain middlware for history.
Usage
Install:
$ npm install --save react-chain-history
Add to the project:
// Import to your react-chain initialize module
import history from 'react-chain-history'
// Add middleware
app.chain(history())
Licence
MIT