Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TypeScript React FC TemplaterNew to Visual Studio Code? Get it now.
TypeScript React FC Templater

TypeScript React FC Templater

Joel Bergman

|
1,136 installs
| (0) | Free
Generates a TypeScript React functional component template when creating a new .tsx file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ts-react-fc-template

Generates a TS React functional component template when creating a new .tsx file with the following content:

import React from 'react'

interface Props {}

const $FileName = () => {
  return <div></div>
}

export default $FileName
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft