a vscode extension about react component generater
vscode Marketplace
- component(function component) templates can be generated
- page templates can be generated
- click the link of Marketplace to install
- or in the vscode's EXTENSIONS menu to search 'create-func-com' and install
In the vscode explorer, select the root folder where the component or page needs to be created, and select the "Generate component(react)" or "Generate page(react)" option from the right-click menu.
YourComponentName
└───assets
│ index.tsx
│ styles.css
your-page-name
└───page
| └─index
| └─components
│ └─App
│ └─assets
│ | index.tsx
│ | styles.css
│
│ index.html
│ index.tsx