Does JSX have template tags similar to vue?

< H1 > does JSX have a template tag similar to vue? < / H1 >

React.Fragment ?


Fragments this can have the same effect as template without adding additional tag nodes.

Menu