Software Consultant | Functional Programmer | Connect with me on Twitter
Subscribe to my newsletter and never miss my upcoming articles
Bindings are nothing but FFI According to wiki: A foreign function interface (FFI) is a mechanism by which a program written in one programming language can call routines or make use of services written in another. ReScript bindings are just an u...
Tiny things that make or break you!
Break it down, to build it up!
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-...