React/Javascript History library to manage session history
https://github.com/rackt/history/blob/master/docs/GettingStarted.md
React Router API Reference
https://github.com/rackt/react-router/blob/1.0.x/docs/API.md#link
Passing Props to Parent Component
http://stackoverflow.com/questions/22639534/pass-props-to-parent-component-in-react-js
React Examples
https://github.com/facebook/react/tree/master/examples
React Docs
https://facebook.github.io/react/
React Bootstrap
https://react-bootstrap.github.io/getting-started.html
Firebase JS API
https://www.firebase.com/docs/web/api/
Firebase Auth Sample
https://github.com/firebase/quickstart-js/tree/master/auth
ReactFire - react component for working with firebase
https://github.com/firebase/reactfire
https://www.firebase.com/docs/web/libraries/react/api.html
Create React Apps with no Config
https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html?utm_source=hackernewsletter&utm_medium=email&utm_term=fav
Create React App from Facebook
https://github.com/facebookincubator/create-react-app
npm install -g create-react-app
create-react-app my-app
cd my-app/
npm start
Local Dev - Atom/Github Desktop/iTerm/Gulp/Browersync
Run 'gulp' in project folder to run the gulp server and display the app
package.json lists the different react packages being used