i-like-robots / hyperons

🔥 The fastest JSX to string renderer on the server and in the browser.
https://www.npmjs.com/package/hyperons
MIT License
45 stars 4 forks source link

Support for fragments #9

Closed i-like-robots closed 6 years ago

i-like-robots commented 6 years ago
<>
  <td>Hello</td>
  <td>World</td>
</>

Looks like the module needs to support rendering children of null elements.