Skip to content

Instantly share code, notes, and snippets.

@hamecoded
Last active February 11, 2018 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamecoded/8839ae55842e2546a9a088195845f07e to your computer and use it in GitHub Desktop.
Save hamecoded/8839ae55842e2546a9a088195845f07e to your computer and use it in GitHub Desktop.
react-redux
ps aux | grep node
kill -9 [pid]
npm install -g create-react-app
npm i styled-components --save
yarn add lodash
yarn add prop-types
yarn add react-router react-router-dom
create-react-app [project-name]
npm i redux react-redux --save
# devtool react extension select react dom and $r
# https://github.com/elgerlambert/redux-localstorage
# https://github.com/omnidan/redux-undo
# https://github.com/reactjs/reselect
# https://gilbarbara.github.io/react-joyride/
# shay
# https://www.proggio.com/
# https://teamweek.com/
# https://console.firebase.google.com
# https://www.producthunt.com/
@hamecoded
Copy link
Author

@hamecoded
Copy link
Author

@hamecoded
Copy link
Author

https://egghead.io/courses/getting-started-with-redux
free redux lesson by creator of redux dan abhramov

@hamecoded
Copy link
Author

immutable.js
seamless immutable
lodash/fp

@hamecoded
Copy link
Author

@hamecoded
Copy link
Author

npm i -g firebase-tools

// go to project directory
firebase init

// every redeploy
yarn build // creates the 'build' directory
firebase deploy // you'll get a url like: https://todo-6fc3f.firebaseapp.com

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