I'm going to experiment with this, but i'm a little unclear how this would work.. i mean i guess on the first event sheet i'd put some kind of listener? i guess i can't wrap my head around if I give someone a URL and i put a hash in it.
So if someone visits "example.com/index.html#settings" what in the C3 project is listening for this URL?
so there is a "on hash change" which i don't know if that's even relevant. so if i had three different "example.com/index.html#settings" like settings1 settings2 and settings3.. so the browser has "on hash change".. then it wants an action to follow that..
As far as actions go there is "set hash".. but we're not setting the hash we're trying to listen to url with a certain hashtag to do a given action. i feel like neither of these browser objects would work as i would expect.
I would imagine there is a browser listen event that is "listen for x hashtag" and if detechted do an action, but i'm not seeing this.