Hacker News new | ask | show | jobs
by jashkenas 4985 days ago
Hey cowpewter -- I'd love to have you write up your experience for http://backbonejs.org/#examples ... email me a paragraph if you're interested.

Edit: One tip for you as well. I noticed that you're using "#!" in your URL routes. You probably don't want to be doing that these days -- either just plain "#" works, or pushState with hybrid server-side renders if you want to be indexed by search engines.

2 comments

Sure thing, just got some bugs to squash first. And thanks for making such an awesome lightweight framework.

pushState is somewhere on the backburner...

We definitely need to get to the pushState change but #! is the way to go for being indexed properly without pushState (via _escaped_fragment_).