Skip to content

Instantly share code, notes, and snippets.

@pomber
Created April 26, 2017 19:38
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 pomber/7febeae1067e68629e48ce984b7479a5 to your computer and use it in GitHub Desktop.
Save pomber/7febeae1067e68629e48ce984b7479a5 to your computer and use it in GitHub Desktop.
const reactElement = {
type: "span",
props: {
children: ["Foo"]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment