Generate code template for react project
Generate functional component & pure component
- In the file explorer, right click on the folder that you want the new component placed in
- Select
Create Functional Component
orCreate Pure Component
- Input the component name
- The according file templates will be generated for you
- This git command will be generated too:
git add .