Created
April 4, 2014 23:52
-
-
Save polotek/9985338 to your computer and use it in GitHub Desktop.
Single page apps and "fast switching"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.