Guest User

Untitled

a guest
Feb 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function Welcome(props) {
  2. return <h1>Hello, {props.name}</h1>;
  3. }
  4.  
  5. ReactDOM.render(
  6. <h1>ss <Welcome name="aji" /> </h1>,
  7. document.getElementById('root')
  8. );
Add Comment
Please, Sign In to add comment