Learn Reason by building Tic Tac Toe in React (part I)
You may have heard of Reason before. It’s a syntax on top of OCaml that compiles to both readable JavaScript code and to native and bytecode as well. This means you could potentially write a single application using Reason syntax, and be able to run it in the browser, and …