SPA in Elm: Part 2
Screen Based Routing with Navigation
Previously we’ve created a simple, but working elm application. In this part we’ll add some code to make it multiscreen. Except that, we’ll add global counter that will show button clicks on all screens of our…