petehunt / generator-react-library

Yeoman generator for React components
Apache License 2.0
17 stars 5 forks source link

Cleaning up and start on the same ground #10

Closed chenglou closed 10 years ago

chenglou commented 10 years ago

@petehunt @sdawson

I'm closing every issue and PR across generator-react-library, statics, stylesheets and statics-stylesheets right now since statics might change entirely (require('statics') makes way more sense), and because we can all start at the same place. I'll reopen the relevant ones gradually.

Pete: this week I'll be working on collect-static, require and reading more on fb's system. I doubt I'll have the time to understand all of it, so for the meantime I'll at least get to the point where it looks like the format outlined in the gist. This way you also don't have to get involved as early. Once I'm done with that, you can start modifying the api, which by then it should be pretty straightforward.

Sophie: so we've settled on Yeoman. Can you work on this repo? I'll bring separate issues up, it'd be cool if you can fix the mess I made at some places lol. We'll see how far we get til next monday, then I'll fix another meeting.

Btw, Pete:

  1. Can you make a new collect-static repo, since statics is doing stylesheets' job now. It looks more legit when the basic repos are owned by the same person lol.
  2. Can we change this library's name to generator-react-app/lib and possibly kill generator-react-quickstart (maybe later)? Since this is mainly for building separate components and (for me at least?) quickly testing some React scripts, it'd be nice to save those few keystrokes every time.
petehunt commented 10 years ago
  1. https://github.com/petehunt/collect-static
  2. Why don't we stick with generator-react-library for now and either rename to react-quickstart later or try to get react?
chenglou commented 10 years ago

Sure!