# React-router-bag

> Data handling for isomorphic websites

[![Build Status](https://travis-ci.org/fatfisz/react-router-bag.svg?branch=master)](https://travis-ci.org/fatfisz/react-router-bag)
[![Dependency Status](https://david-dm.org/fatfisz/react-router-bag.svg)](https://david-dm.org/fatfisz/react-router-bag)
[![devDependency Status](https://david-dm.org/fatfisz/react-router-bag/dev-status.svg)](https://david-dm.org/fatfisz/react-router-bag#info=devDependencies)

## Getting Started

Install the package with this command:
```shell
npm install react-router-bag --save
```

React-router-bag makes use of ES6 data structures, e.g. `WeakMap`, so make sure you have those too.

## Basic usage

Under construction!

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality.
Lint and test your code with `npm test`.

## License
Copyright (c) 2016 FatFisz. Licensed under the MIT license.
