-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
- Do not use "components" folder. Some projects can use other structure (for example: src/pages) Move that to the .reactclirc
- Rename "parent and child" to "Class" and "Function" or "Stateless" as in react docs
- Update exist templates and add new (for example use proposal class properties and redux)
- Better validation for prop names (not empty and not starts from space or number)
- Do not ask question "Add propTypes" if you set at .reactclirc that you always use propTypes
Reactions are currently unavailable