Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>React makerNew to Visual Studio Code? Get it now.
React maker

React maker

Qest-cz

|
30,448 installs
| (4) | Free
Extension that creates react component in typescript.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

React maker

Version Install Downloads Ratings

This extension creates function component in named folder with index.tsx

Usages

Usage

You can create component either by typing Create component in vscode terminal or right clicking any folder in tree view.

import React from 'react';
        
interface Props {
}
        
const ShowCase = (props: Props) => {
    return null;
};
        
export default ShowCase;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft