FountainJS / generator-fountain-webapp

Yeoman 'fountain' generator to start a webapp
http://fountainjs.io
MIT License
967 stars 67 forks source link

Add "Enterprise React" Options to Fountain #198

Open brianfeister opened 7 years ago

brianfeister commented 7 years ago

I've been researching and looking into the best way at present to do a large-scale enterprise / battle-ready enterprise project and the one that looks best to me thus far is https://github.com/jaredpalmer/react-production-starter.

I guess I could use some background on the high-level goals of Fountain -- are you aiming to just be a scaffold at the low level for quickly starting a new project, but primarily simple ones? Or is there a goal to provide a clear path for projects both simple and complex?

If the answer is the former, then I think it would be worth considering options for integrating some of the features that large-scale applications will want like code-splitting and isomorphic / hydration for React apps.

I've opened a PR on their repo (https://github.com/jaredpalmer/react-production-starter/issues/254) just to send the message through both channels, apologies if I'm off base with this, feel free to just close.

jaredpalmer commented 7 years ago

Thanks for the kind words. However, react-production-starter is about to change dramatically; I plan to combine it with razzle (my current build system) in the near future. Not sure if that impacts what you are doing here.