A template for building React & Redux apps from Glitch.
I wanted to experiment with development on Glitch using React & Redux. There were some examples of that stack on Glitch (e.g. https://glitch.com/~react-with-redux) but they all included a node server. I wanted to avoid the overhead of running a server and babel or webpack and just focus on frontend JS frameworks.
I found that there was an existing React only template from @garethx which was a great start. I updated that to use React 16.3.2 and react-scripts 1.1.4, added Redux, built out the basic file structure I'd expect from a Redux app, and added some example tests of the various pieces to allow me to test drive changes.
See the glitch branch here or try it out on Glitch