Closed chenglou closed 10 years ago
One thing we need to do is make statics
support multiple plugins. I started refactoring it to support this -- shouldn't be too hard! I imagine future plugins being like image spriting.
We'll kill react-quickstart
and replace it with react-library
I think
This is part of a bunch of smaller modules.
The main goal is that you should be able to run this generator and get a "fill-in-the-blanks" for creating a new React component (testing, example entrypoint, shipping statics etc). React "apps" should just be yet another component. We could have Router components that you npm install to build a big app, and model management etc would just be other installable libs.
A general issue to track each part that might cause friction in usage. I'll work on each of them. For the more controversial ones I'll submit issues to discuss on solutions.
template's README: not directly publishable currently.yeoman's README: way too long.repo has no description.dedupe
command yetuglifyjs
fails if it's not globally installed already.npm dedupe
andcollect-static
should be run by watch, but this takes way too long currently.react-library
name: doesn't ring a bell. Confusing since there's alsoreact-quickstart
.