Guest User

Untitled

a guest
Feb 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. let component = ReasonReact.statelessComponent("Page1");
  2.  
  3. let make = _children => {
  4. ...component,
  5. render: _self =>
  6. <div className="Page1">
  7. <h1> (ReasonReact.stringToElement("Page1")) </h1>
  8. </div>
  9. };
Add Comment
Please, Sign In to add comment