Closed
Description
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
- URL (hash) should change to reflect navigation in the app
- History of navigation should be preserved and
- Browser "back button" should work.
- Pasting or Book-marking a URL should display the desired content when the "page" is loaded
For: #44 "Elmish" Todo List Example