Closed samlee64 closed 5 years ago
Whats the use case? Typically you would use elm navigation in most web apps, then you can keep track of the id of the active tab explicitly in your own state by handling navigation events and pick out the hash from the url passed in.
Duplicate of #65
State is currently an opaque type. Could we expose all of State so that I am able to grab what the active tab is?