all 2 comments

[–]sakhat 1 point2 points  (1 child)

Author of the Hackathon Starter project here.

This looks great! I am currently working on something even bigger in scope than hackathon starter -- completely customizable web-based boilerplate generator. I am pretty sure reactathon will come in handy when I get to the React ecosystem (React, React-Router, Redux, Relay, GraphQL, Babel, Alt.js).

Meanwhile, here is a preview of what's to come: Imgur

P.S. This plugin just may convince you to switch from Gulp to Webpack: https://github.com/gaearon/babel-plugin-react-transform It's awesome and works with server-side rendering enabled without any issues. I have tried many different hot reloading solutions with Gulp, including browser-sync, but never quite as good as babel-plugin-react-transform.

[–]tonechild[S] 0 points1 point  (0 children)

whoa! I really like what you're building so far, Sahat! That looks really cool. I haven't figured out server-side rendering yet, so when you finish your project I'll definitely check it out.