Last active
June 21, 2019 05:57
-
-
Save arecvlohe/f06997facc91bef7d98ac0e6e17344e1 to your computer and use it in GitHub Desktop.
A simple App component for reason-react-starter
This file contains hidden or 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
/* Make the component */ | |
[@react.component] | |
let make = () => { | |
<div> {"Reason React!" |> ReasonReact.string} </div> | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment