vhtml
vhtml copied to clipboard
Separate stringify from entry
Moves the main function to its own export so it can be used separately. Also, adds String() to the returned values so it can be used with toString()
Adds 23 bytes, 580 B to 603 B.
This will also allow vhtml to support arrays of JSX: nathancahill/vhtml#1, since there's nothing about JSX that imposes that restriction, it's a React implementation detail that's being fixed.