Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Last active June 21, 2019 05:57
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 arecvlohe/f06997facc91bef7d98ac0e6e17344e1 to your computer and use it in GitHub Desktop.
Save arecvlohe/f06997facc91bef7d98ac0e6e17344e1 to your computer and use it in GitHub Desktop.
A simple App component for reason-react-starter
/* 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