I just wrapped up six months of hard work authoring my new Pluralsight course “Building Applications with React and Flux“. During that time I dissected over 30 open source projects in an effort to establish common patterns and best practices when working with React and Flux.
Here’s the open source projects I found most useful.
Hi Cory, I have taken your excellent course demo app, and “future proofed” it with ES6 / ES7 syntax & replaced gulp / browserify with Webpack. Would welcome your feedback. The repository is at: https://github.com/arcseldon/react-babel-webpack-starter-app
Great work Adam! I have done nearly the exact same changes on my end. If I had it to do over again I’d have leaned on npm scripts and webpack as well. I stopped using Gulp and Browserify shortly after recording the course. I’ve kept it to myself since I’m waiting for a logical time to update the course.
I admire the simplicity of just using npm scripts. Removing Gulp’s abstraction makes things cleaner to my eyes. Always moving forward! 🙂
Thanks for the feedback!
I too took this course and thought it was amazing. Are there any plans on updating it to use the newest versions of react and react router? I am trying to convert it over but running into problems with the soft redirect after save since transitionTo has been removed 🙁
Thanks! Yes, I plan to update it, but am trying to avoid doing so too often since React Router continues to move rapidly.