Skip to content

Instantly share code, notes, and snippets.

@polotek
Created April 4, 2014 23:52
Show Gist options
  • Save polotek/9985338 to your computer and use it in GitHub Desktop.
Save polotek/9985338 to your computer and use it in GitHub Desktop.
Single page apps and "fast switching"
"broad question: how does fast load work? site is a one page app, switches categories similarly, but no URL relation."
https://twitter.com/drewdil/status/452228299150721024
@polotek
Copy link
Author

polotek commented Apr 5, 2014

Oh, maybe you're referring to having hard coded urls throughout the app. That's definitely a problem when you want to change them. Changing them in one place is great. But you also have to support redirecting from the old form the url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment