I’m new to backbone.js and like the idea of structuring javascript. However, i’ve read it relies on hashbangs which Twitter is trying to eradicate.
So my question is should I not use backbone.js due to this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Backbone actually just uses a hash and not a hashbang. However if you enable pushState than on modern browsers (pretty much anything other than IE) there will be no hash at all.