back

by pwim·12y ago·view on hn ↗
For website content (landing pages, articles, etc), you want it to work without Javascript so that crawlers index it properly.

For web applications where you don't care about content being indexed, I wouldn't worry about it being a javascript only application (and this is the direction lots of apps are heading with frameworks like Ember.js, Angular.js, and Meteor).

1 comments
Even in these cases there are workarounds that prerender the page and serve them to crawlers. They're not pleasant to work with, but we went with that solution on an old site we did in angular.