DEV Community

Discussion on: Writing Javascript from the future. A brief intro to Rescript.

Collapse
 
guilhermells profile image
Guilherme Luiz • Edited

My experience was pretty nice, due to the rescript-vscode extension. The rescript team keeps releasing enhancements to this extension periodically, it is pretty sweet now compared to a few months ago!

github.com/rescript-lang/rescript-...

Rescripts bindings are kind of an overhead sometimes, especially when we talk about big and complex libraries, such as firebase. In this case, you could create binding for specific functions to use them in .res files and/or use ts or js to manipulate other firebase functions that you are not feeling like binding to rescript.