Skip to content

Instantly share code, notes, and snippets.

@TheBrown
Created June 9, 2018 14:52
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 TheBrown/ab6c6c61e22b5210d1df36a20edb2f01 to your computer and use it in GitHub Desktop.
Save TheBrown/ab6c6c61e22b5210d1df36a20edb2f01 to your computer and use it in GitHub Desktop.
jsx in react.js
const name = 'saleumsack';
const element = <h1>Sabaidee {name}</h1>;
ReactDom.render(
element,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment