Routing in ReasonReact
Routing used to require using an external library like bs-director or bs-react-router, but with ReasonReact v3.0.1, you now have a built-in router. :D
The new router is bare bones and that is intentional. The public interface only provides three functions push…