How to write rescript bindings for a react library
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 uns...
arbaaz.io3 min read