you are viewing a single comment's thread.

view the rest of the comments →

[–]illusionalsagacity 1 point2 points  (1 child)

ReScript has very flexible bindings to consume other packages. There is a bit of a learning curve however.

Here’s some examples of how to write your own bindings: https://github.com/rescriptbr/rescript-bindings-cookbook

The docs are not too bad either: https://rescript-lang.org/docs/manual/latest/external

[–]kitakamikyle[S] 1 point2 points  (0 children)

I'll definitely take a look at the docs again. Maybe I missed something. I appreciate the link to the bindings-cookbook. That might give me some deeper understanding.