Donald Hruska's Blog
Home
About
reasonml
Flattening an Array in ReasonML
April 10, 2020
I needed to flatten an array of arrays the other day, and couldn't find any great examples upon a quick search. Here's how to flatten an array in Reason!
reasonml
React Hooks in ReasonML + ReasonReact
May 05, 2019
In April 2019, ReasonReact 0.7.0 was released, and with it support for React Hooks in ReasonML. I'm just now getting around to upgrading some of our components, and find myself fully drinking the React Hooks Kool-Aid.