banderson / generator-flux-react

A yeoman generator for app based on Facebook's Flux/React architecture
332 stars 35 forks source link

Subgenerator for React Components #3

Closed banderson closed 9 years ago

banderson commented 10 years ago

We currently have subgenerators for ActionCreators, Dispatchers, and Stores, but no React Component scaffolder yet. This is the last type of component needed for full subgenerator support.

banderson commented 9 years ago

This was resolved with #9 and #10