rrc = react router components
[![Travis][build-badge]][build]
[build-badge]: https://img.shields.io/travis/pshrmn/rrc/master.svg?style=flat-square
[build]: https://travis-ci.org/pshrmn/rrc
This module contains a number of components that can be used in conjuction with
React Router v4. They are a somewhat random assortment of solutions to situations that I have either personally needed a component for or have seen others need a component for.
$3
``
npm install --save rrc
`
#### UMD
You can also use the UMD version of rrc
. This is useful if you are putting together a code snippet.
`
html
`
Note: The UMD builds are slightly bloated because they have to include React Router's component and matchPath function. This is because if you use the UMD build of react-router-dom instead of react-router, the ReactRouter global will not exist and rrc's imports will fail. The bloat is less than the extra data required to download the react-router build and this approach requires one less