Skip to content

Instantly share code, notes, and snippets.

@sslotsky
Created May 15, 2018 15:51
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 sslotsky/c0e1f73f1783c1f6c573f80ccd57fbf3 to your computer and use it in GitHub Desktop.
Save sslotsky/c0e1f73f1783c1f6c573f80ccd57fbf3 to your computer and use it in GitHub Desktop.
let component = ReasonReact.statelessComponent("App");
let make = (_) => {
...component,
render: _ => <h1> (ReasonReact.string("Hello Worldy")) </h1>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment