Thanks for the reply I’ve had a look at the driver-routing example, but seems to be more concerned with feeding the hash into halogen and rendering it as text.
The purescript routing library looks neat. I think I will definitely be using that.
What I’m more trying to figure out, is given say the possible states in the purescript-routing library, how would I write a halogen ‘container’ that swaps out to each of the views expressed via the route. Eg PostIndex, PostBrowse etc.