Guest User

Untitled

a guest
Feb 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. let component = ReasonReact.statelessComponent("App");
  2.  
  3. let make = _children => {
  4. ...component,
  5. render: (_self) => <div> (ReasonReact.stringToElement("Hello from Reason React")) </div>
  6. };
Add Comment
Please, Sign In to add comment