ReScript
Posted in ReScript
- Creating an Observable Subject in ReScriptCreating a Subject is a good way to test your skills in a new language.
- A reducer is a single-state state machineIf you write a state machine that only has a single state, but modifies its context, what you've created is a reducer.
- Finite State Machines in ReScriptReScript's strong typing makes it especially well suited for defining Finite State Machines.