erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
11.99k stars 2.5k forks source link

Showcase of open-source projects using react-redux-universal-hot-example #896

Open brandonwoo opened 8 years ago

brandonwoo commented 8 years ago

It would be really helpful to have a list of open-source projects that were developed using this, so everyone would be able to see concrete examples of how various stuff could be implemented.

nicolabortignon commented 8 years ago

Hi @brandonwoo, I'm using this very boilerplate for my music platform/marketplace. It's in beta so you don't get to see much of what's going on, but the code is (and always be) available here on github https://github.com/TracklistMe The server side is done with node and express as a separated part from the boilerplate.

The entire repo is running live (hooked on commit) on a Google Cloud Engine instance. Our CTO wrote an article about that here

mmahalwy commented 8 years ago

Peek.com is using it :)

nicolabortignon commented 8 years ago

@mmahalwy are they using the boilerplate for the iphone app with react native ?

mmahalwy commented 8 years ago

@nicolabortignon No, just the website: peek.com/miami-r1W8g

brandonwoo commented 8 years ago

Thanks for the responses and great info. I was thinking that it would be nice if the maintainers could maintain a list of such projects using this boilerplate in the wiki section or in the readme. I think it would be great help to people considering or starting out with this project.

sunkant commented 8 years ago

+1