Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created May 8, 2018 02:00
Show Gist options
  • Save isacjunior/1e73dd29532866d6d64bd195454726df to your computer and use it in GitHub Desktop.
Save isacjunior/1e73dd29532866d6d64bd195454726df to your computer and use it in GitHub Desktop.
var nav = React.createElement(
"nav",
{ className: "menu" },
React.createElement(
"ul",
null,
React.createElement(
"li",
null,
React.createElement(
"a",
{ href: "#" },
"Home"
)
),
React.createElement(
"li",
null,
React.createElement(
"a",
{ href: "#" },
"About"
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment