Skip to content

Instantly share code, notes, and snippets.

@prathe
Last active November 26, 2020 14:55
Show Gist options
  • Save prathe/6245ace4040afd6c962fe7f5de0a7d9c to your computer and use it in GitHub Desktop.
Save prathe/6245ace4040afd6c962fe7f5de0a7d9c to your computer and use it in GitHub Desktop.
Common React/Node packages used in my projects
$ yarn add react@16.7.0 --save # select alpha version
$ yarn add react-dom@16.7.0 --save # select alpha version
$ yarn add react-bootstrap --save
$ yarn add react-router-dom --save
$ yarn add react-router-bootstrap --save
$ yarn add react-redux --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment