Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeliex/react-router-redux-ie

react-router-redux for ie8
https://github.com/yeliex/react-router-redux-ie

Last synced: about 2 months ago
JSON representation

react-router-redux for ie8

Awesome Lists containing this project

README

        

# react-router-redux-ie
react-router-redux for ie

## Installation
`$ npm install react-router-redux-ie -S`

## Usage
```
// webpack.config.js
{
resolve: {
alias: {
'react-router-redux': 'react-router-redux-ie'
}
}
}
```
Or Use `import react-router-redux-ie` instead `import react-router-redux`