Thank you for this! I am still not fully on board with mixing my JS and CSS and when I dove into the source I was eager to see how you were handling it -- The webpack docs and tutorials are lacking when it comes to outputting separate CSS bundles and staying old-school.<p>This solved all my issues and is doing exactly what I want. Seriously, much appreciated!
Genuine question, I'm actually interested in the answer and not just implying one way is better than another:<p>Why would you use Sass with React when styled-components, and to a lesser extent inline css-in-js exist?
I think you are missing just one thing to have the perfect starter kit: action types should be in constants that could be reused in your reducers. Otherwise it's to easy to misspell a type.
Good stuff, can you say how it is different or better than <a href="https://github.com/mozilla-neutrino/neutrino-dev" rel="nofollow">https://github.com/mozilla-neutrino/neutrino-dev</a> or <a href="https://github.com/facebookincubator/create-react-app" rel="nofollow">https://github.com/facebookincubator/create-react-app</a>