Skip to content

Instantly share code, notes, and snippets.

@heardk
Last active December 11, 2016 22:29
Show Gist options
  • Save heardk/744201699f3fe62217f339511dbbf084 to your computer and use it in GitHub Desktop.
Save heardk/744201699f3fe62217f339511dbbf084 to your computer and use it in GitHub Desktop.
React & Firebase

React & Firebase

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment