Libraries
ReScript libraries are just like JavaScript libraries: hosted on NPM.
If you can't find what you're looking for: sometimes you don't need a wrapper to use a JS library:
Most JS data types, such as array and objects, map over cleanly to ReScript and vice-versa.
You also have access to the familiar JS API.
You can use a JavaScript library without needing to bind to them first. Check the
external
page.