DEV Community

Discussion on: How to write Javascript and React with VS Code FASTER!

Collapse
 
nyashanziramasanga profile image
Nyasha (Nash) Nziramasanga

Thanks for the share, I use the shortcut rfc + tab a lot as well which is for react functional components

import React from 'react'

export default function text() {
  return (
    <div>

    </div>
  )
}

Collapse
 
tumee profile image
Tuomo Kankaanpää

Great to hear that you liked it!