Skip to content

Latest commit

 

History

History

react-chain-history

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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