Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

arrow function component react shortcut vscode

import React, { Component } from 'react'
import PropTypes from 'prop-types'

export class FileName extends Component {
  static propTypes = {}

  render() {
    return <div>$2</div>
  }
}

export default $1
Source by marketplace.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #arrow #function #component #react #shortcut #vscode
ADD COMMENT
Topic
Name
6+8 =