example-backbone-app icon indicating copy to clipboard operation
example-backbone-app copied to clipboard

change routes to use push state

Open dperrymorrow opened this issue 9 years ago • 0 comments

instead of

<a href="#notes/index">

would be better example to enable push state and use URLs as such

<a href="/notes/index">
Backbone.history.start({pushState: true});

http://artsy.github.io/blog/2012/06/25/replacing-hashbang-routes-with-pushstate/

dperrymorrow avatar Jan 16 '16 20:01 dperrymorrow