Ever wondered what are some patterns for writing ReScript in large projects? Here's a handful of them from working in a startup with >300,000 lines of ReScript.| Practical ReScript
In this part, we will learn how to type simple functions and compound expressions.| Practical ReScript
The first step to getting the type checker to work for you is to understand how it works, what work it can and can't do.| Practical ReScript
We will learn how to bind to the Flags module in Deno's standard library to make it easy and type-safe to pass in arguments to our command-line tools.| Practical ReScript