scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects
https://scalable-react-boilerplate.herokuapp.com/
MIT License
259 stars 60 forks source link

This is pure awesomeness :) #62

Open developer239 opened 7 years ago

developer239 commented 7 years ago

https://github.com/RyanCCollins/scalable-react-boilerplate/blob/master/app/src/store.js#L79

Thank you for your work. There are hundreds of react boilerplates. I saw most of them. But this is the only one that really showed me how things are really done so that I could build my own react, redux, webpack2, graphql, apollo boilerplate. With hot module replacement. With f** reducer hot replacement. I made countess Issues begging people to fix their boilerplates so that I could see how is reducer HMR really done.

You are awesome. :)

RyanCCollins commented 7 years ago

Hey @developer239!!

Man this is the nicest Issue I have ever seen. Thank you so much for your kind words.

I agree with everything that you said. I built this, along with some help of course, because of the fact that there was no boilerplate out there that completely met my needs and the needs of my friends and coworkers. This is the result of over a years worth of research and iteration. I might be biased, but this is also my favorite boilerplate and I use it for literally all of my projects.

Anyways, thank you again for the kind words. I would love to hear about anything you build with it and I would also love for you to contribute to it if you find that there are improvements to be made.

Cheers!

monte-hayward commented 7 years ago

Agreed. Nice work!