flatiron / director

a tiny and isomorphic URL router for JavaScript
http://github.com/flatiron/director
MIT License
5.6k stars 486 forks source link

Is Director use only "hash-based" routes on client or HTML5 pushState available too? #329

Closed PaulMaly closed 8 years ago

PaulMaly commented 8 years ago

I need "pathname" routes like '/hello' (not hash-based routes) on both sides (client/server). So, on client I want to use HTML5 pushState API. Is it possible with Director?

kraf commented 8 years ago

203

dandv commented 8 years ago

This is documented in the README - https://github.com/flatiron/director#history-api

But the more worrying fact is that this trivial issue is still open, more than 5 months later.

@flatiron / @indexzero / @domenic, is director still maintained?

PaulMaly commented 8 years ago

@dandv Seems not (((