React Bundlers/Boilerplate
- https://github.com/facebook/create-react-app For single page apps (SPAs)
- https://www.gatsbyjs.org/ Great for static sites and SPAs
- https://zeit.co/blog/next Great for server-side rendering of dynamic content
Redux Organization:
Pick one of these:
- https://reduxbundler.com/ wrapper with many utils for making a "self-healing" data layer
- https://github.com/markerikson/redux-starter-kit extra utils for setting up redux stores