Playing with ReasonML and ReasonReact

February 24, 2019

This days I’ve decided to take a look at the Reason language. This is a very nice functional programming language developped by Facebook and based on OCaml.

A good way to play with this language is to try ReasonReact, the Reason version of React. You can find a small example I did here.

As you can see, there is a lot of nice things for a Scala developer, like pattern matching or the Option type.

This example can be compared with the similar example I’ve done using Binding.scala or with React.js.

comments powered by Disqus