Create React Component1. Right click on a folder or a fileIf you right-click on a file, you have the option to create your component on the same level as that file. If you right-click on a folder, you will have the options to create your component on the same level as that folder, as well as in it. 2. Input optionsYou will be prompted for the following things:
3. Folder and files will be createdThe created tsx or jsx file will contain some boilerplate to help you get started. Happy coding :) |