React Component Generator
This extension creates all the basic files needed for a react component
this extension creates all the files based on the directory name
It creates the following files:
- <folder_name>.tsx [the main react component file]
- <folder_name>.styles.ts [styles file]
- <folder_name>.types.ts [type definition file]
- <folder_name>.mocks.ts [mock data file]
- <folder_name>.tests.tsx [test cases]
- <folder_name>.stories.tsx [storybook file]
all the generated files have some boilerplate code, modify them according to your need
| |