Skip to content

Instantly share code, notes, and snippets.

@nrkn
Created May 7, 2018 00:27
Show Gist options
  • Select an option

  • Save nrkn/600b856f8eb8c0df2cd4c277156eb383 to your computer and use it in GitHub Desktop.

Select an option

Save nrkn/600b856f8eb8c0df2cd4c277156eb383 to your computer and use it in GitHub Desktop.
const createElement = ( type, props = {}, ...children ) => ({ type, props, children })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment