-
- Notifications
You must be signed in to change notification settings - Fork 638
Closed
Description
Are there any plans to implement generators for React components, stores, routes, actions, and Redux reducers, etc?
> rails g react_on_rails:react_component BlogPost foo bar > rails g react_on_rails:react_action BlogPost updateContent updateTitle
Similar to how rails generators work for controllers, models, mails, etc.
> rails g model blog_post title:string content:text > rails g controller blog_posts new create edit update destroy
adambarthelson, christiangenco and hiendinhngoc