ReScript
Posted in ReScript

Creating an Observable Subject in ReScript
Creating a Subject is a good way to test your skills in a new language.
5 min read

A reducer is a single-state state machine
If you write a state machine that only has a single state, but modifies its context, what you've created is a reducer.
3 min read

Finite State Machines in ReScript
ReScript's strong typing makes it especially well suited for defining Finite State Machines.
8 min read