Skip to content

Instantly share code, notes, and snippets.

@pomber
Last active April 25, 2017 23:06
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/4d4e9490a9bc79b3666029c8d573139e to your computer and use it in GitHub Desktop.
Save pomber/4d4e9490a9bc79b3666029c8d573139e to your computer and use it in GitHub Desktop.
const element = {
type: "div",
props: {
id: "container",
children: [
{ type: "input", props: { value: "foo", type: "text" } },
{ type: "a", props: { href: "/bar" } },
{ type: "span", props: {} }
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment