Skip to content

Instantly share code, notes, and snippets.

@persianturtle
Created February 11, 2018 20:49
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 persianturtle/1194115657a8030ebfde2541586cf366 to your computer and use it in GitHub Desktop.
Save persianturtle/1194115657a8030ebfde2541586cf366 to your computer and use it in GitHub Desktop.
[%bs.raw {|require('./app.css')|}];
let component = ReasonReact.statelessComponent("App");
let make = _children => {
...component,
render: _self => <div className="App" />
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment