How to append child to the body with Rescript
When you're learning rescript, you would want to render your Reactjs app to a DOM node. It is not as simple as ReactDom.render(<App/>, #root).
Here is how you can do it.
First, go ahead install bs-webapi by running this command
npm install --save bs-...
arbaaz.io1 min read