Support <></> syntax
A feature request to support fragment syntax according to: https://reactjs.org/docs/fragments.html#short-syntax
Also mentioned in: http://facebook.github.io/jsx/ As JSXFragment
Possible implementation might work by defining an option like fragment and having is accept either null, so that elementName will be null, or a string, so that according to the useVariables option elementName will either be the provided string, or a variable reference.
This is a feature I'm quite keen on as well.
... though I ended up supporting partials in Knockout by respecting an array of JSX, so this is less necessary.
@brandonpayton, in an array the commas are quite messy though, it does not look JSXy))
