Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add Component Generator #56

Open
r0skar opened this issue Jun 17, 2021 · 2 comments
Open

Feat: Add Component Generator #56

r0skar opened this issue Jun 17, 2021 · 2 comments

Comments

@r0skar
Copy link
Contributor

r0skar commented Jun 17, 2021

  • We should add a component generator to generate pages, components, hooks etc. using a standard template.
  • https://plopjs.com/ looks like a good candidate(?)
@r0skar
Copy link
Contributor Author

r0skar commented Jun 17, 2021

Should we also add common code snippets in the .vscode folder? For stuff like React.FC components, basic styled component etc.? iE

rfc -> const Component: React.FC = () => {}
stc -> const Component = styled.div``
stcp -> const Component = styled.div((props) => [])

@ehsan-shv
Copy link

Have you ever used generate-react-cli? if you think it's ok maybe I can add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants