#rescript
Read more stories on Hashnode
Articles with this tag
This is an update to a previous article following a breaking change in the res-elm binding. In short, the init function has been broken up into init...
ReScript provides easy ways to bind to most JavaScript functions in a way that feels both native and safe. Conveniently, it even provides an @unwrap...
After having established some requirements and some basic utilities, we're ready for the fun part: putting the pieces together. At the end of this...
This is the second in a series of articles on how to build one's own, general-purpose parsing library. After having established a few expectations in...
There are few things more satisfying than a slick, readable, and safe JSON parser. It's one of the joys of functional programming. Using a good JSON...