Skip to content

Instantly share code, notes, and snippets.

@chrislewisdev
Created August 20, 2017 09:07
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 chrislewisdev/0e16915619c0eadc09d0f5f00dc9914a to your computer and use it in GitHub Desktop.
Save chrislewisdev/0e16915619c0eadc09d0f5f00dc9914a to your computer and use it in GitHub Desktop.
React.createElement('div', null,
React.createElement(Greetings, { name : 'Chris' }),
React.createElement(Greetings, { name : 'Ming' }),
React.createElement(Greetings, { name : 'Joe' })
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment