A good reference to use is the react-boilerplate, their list of dependencies is in:
https://github.com/mxstbr/react-boilerplate/blob/master/package.json
Probably most important is to setup the redux actions and reducers, and react-router for navigation (don't forget the redux and scroll versions too), react-helmet may be useful, lodash, not sure what else is useful.
Update this issue with what should actually be updated for scaffolding
A good reference to use is the react-boilerplate, their list of dependencies is in:
https://github.com/mxstbr/react-boilerplate/blob/master/package.json
Probably most important is to setup the redux actions and reducers, and react-router for navigation (don't forget the redux and scroll versions too), react-helmet may be useful, lodash, not sure what else is useful.
Update this issue with what should actually be updated for scaffolding