Hacker News new | ask | show | jobs
by frontendbeauty 4886 days ago
The author (spikebrehm) speaking here - that's a good observation! It's possible that the user will click on a link before the JS finishes downloading. Luckily, we've taken care to use real URLs for all links, and our pages render fully on the server as well, so if they click before the Backbone views initialize, they will fall through to the server. Not the fastest experience, but still fine at the end of the day.
1 comments

Cool! I think it's a reasonable assumption for rendr to make, since using "real" URLs is a best practice regardless!