Skip to content

Instantly share code, notes, and snippets.

@kevinkassimo
Created August 20, 2017 08:47
Show Gist options
  • Save kevinkassimo/9de87ae2c395d6c41b4763e280ed9684 to your computer and use it in GitHub Desktop.
Save kevinkassimo/9de87ae2c395d6c41b4763e280ed9684 to your computer and use it in GitHub Desktop.
Install packages for React development
#!/bin/bash
# PropTypes from react is deprecated
npm install --save prop-types
# React suggest immutability-helper over legacy react-addons-update: https://facebook.github.io/react/docs/update.html
npm install --save immutability-helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment