ReScript Tutorial: Learn ReScript in Y Minutes

13 · Danny Yang · Sept. 14, 2022, midnight
This tutorial is a brief introduction to the syntax and features of ReScript. ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript. It brings features like type inference, pattern matching, and null-safety to the web ecosystem, along with beginner-friendly syntax and easy integration with JavaScript. Install ReScript by following the instructions on the official docs, or try it online in the ReScript playground. This is a translation of the Learn Reason ...