erikras / react-redux-universal-hot-example

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

Create Yeoman package #633

Open gaelreyrol opened 8 years ago

gaelreyrol commented 8 years ago

Hi,

It would be very nice to adapt this great example for a yeoman package, so developers would be able to start from this project easily.

Also by removing all unnecessary stuff like bootstrap, api server, example components and containers etc ...

http://yeoman.io/authoring/

Thanks

antonoberg commented 8 years ago

This would be awesome!

quicksnap commented 8 years ago

402 and https://github.com/erikras/react-redux-universal-hot-example/pull/626

bdefore commented 8 years ago

Hi @Zevran. I'd definitely love to hear your feedback on my PR #626 to break out the common serverside rendering parts into their own npm module. It's not quite what you're asking, but it would allow you to begin a project by including it as an npm dependency and it wouldn't use any of the parts you mention that you deem unnecessary.

gaelreyrol commented 8 years ago

@bdefore I totally agree with the concept of wrapping server side rendering in a npm package and it's a great idea ! By asking for a yeoman package I mean building a very clean base and the ability to easily integrate others packages, dependencies just like bower components etc ...

bdefore commented 8 years ago

@Zevran that's a good idea. i'll look into building a yeoman generator for redux-universal-renderer

gaelreyrol commented 8 years ago

@bdefore If you need so help please tell me :)