Introduction

Stdlib

Stdlib is ReScript's new builtin standard library. It will cover just about you need for day-to-day programming in ReScript and covers most of the built in JavaScript API.

Additional Libraries

ReScript ships with these two additional modules in its standard library:

  • Belt: immutable collections and extra helpers not available in JavaScript / Stdlib.

  • Dom: Dom related types and modules. Contains our standardized types used by various userland DOM bindings.