You are currently looking at the < v8.2.0 docs (Reason v3.6 syntax edition). You can find the latest manual page here.
(These docs cover all versions between v3 to v8 and are equivalent to the old BuckleScript docs before the rebrand)
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.