Routing in Web Application is _surprisingly simple_. There are only a couple of functions we need to write but we want to achieve the following goals: ## Acceptance Criteria + [x] URL (hash) should change to reflect navigation in the app + [x] History of navigation should be preserved and + [x] Browser "back button" should _work_. + [x] Pasting or Book-marking a URL should display the desired content when the "page" is loaded For: #44 "Elmish" Todo List Example