Created
February 13, 2018 04:03
-
-
Save persianturtle/b60cb0a40cf0a698b357bb88fd240106 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let component = ReasonReact.statelessComponent("Page1"); | |
let make = _children => { | |
...component, | |
render: _self => | |
<div className="Page1"> | |
<h1> (ReasonReact.stringToElement("Page1")) </h1> | |
</div> | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment