Skip to content

Rudimentary Routing in a Client-side Web Application: Why? What? How? #46

Closed
@nelsonic

Description

@nelsonic

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions