- [ ] 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](https://reactjs.org/docs/components-and-props.html#function-and-class-components) - [ ] 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