hyperdom icon indicating copy to clipboard operation
hyperdom copied to clipboard

`<>` container

Open artemave opened this issue 6 years ago • 0 comments

React has this nice syntax:

<>
  <h1>header</h1>
  <div>stuff</div>
</>

hyperdom could do with the same?

artemave avatar Mar 09 '19 15:03 artemave