#functional-programming
Read more stories on Hashnode
Articles with this tag
Bindings are nothing but FFI According to wiki: A foreign function interface (FFI) is a mechanism by which a program written in one programming...
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...