Building a Crossword in F# - Part II
In the first post we built a basic crossword engine in F# using Fable, Feliz, and React. In this post we’ll refactor the code to make it more idiomatic F#.
Data Types
First a recap on the data types which make up the …