C
C
cyberlain2021-07-27 11:47:29
JavaScript
cyberlain, 2021-07-27 11:47:29

Is there an equivalent of emmet for react?

Everyone knows what emmet is - wrote (for example) ul>li*5>a pressed tab and got a large piece of layout.
Is there something similar for javascript and react? To write edf.Home, press tab and generated

export default function Home() {
  return (

  )
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
approximate solution, 2021-07-27
@cyberlain

Emmet works great in react and jsx.
+ if you want to write code even faster, try "spreading" kite on top https://www.kite.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question