Skip to content

Instantly share code, notes, and snippets.

@alexkirsz
Created October 29, 2014 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexkirsz/c5998e231dfe7bedead9 to your computer and use it in GitHub Desktop.
Save alexkirsz/c5998e231dfe7bedead9 to your computer and use it in GitHub Desktop.
# I can do
React.DOM.div null,
React.DOM.div null, 'hello'
React.DOM.div null, 'world'
# Instead of
React.DOM.div null, [
React.DOM.div null, 'hello'
React.DOM.div null, 'world'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment