Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>To partly answer your question. I had the same issue and was about to give up too. None of the examples worked, I later figured you are supposed to <strong>put all your backbone javascript at the end of your document</strong>, so that your page has loaded and backbone can work with it.</p> <p><em><strong>Underscore, Then Backbone</em></strong> <br/> I think the best way to go about it is, first go through the underscore.js documentation once. You will get a feel of what it is about, backbone.js documentation does not explain underscore stuff. So, you are bound to get confused about what it is. But once you know what underscore is about then backbone.js will start to make more sense. </p> <p>Also after teaching backbone to a couple of my colleagues at work, I have realized this. <br/> There are 3 parts to learning Backbone.js -- Its my subjective opinion : </p> <p><br/> <b>1)</b> You should know JavaScript (not just jquery use, but, things like, what is an object, how functions work, what is context, how it works in javascript -- if you dont know javascript well, you'll be somewhat lost. <br/><br/> <b>2)</b> There are things that you have to just assume and learn by heart -- this is how the structures work, this is how the basic app is setup. Somethings in the beginning will not make sense, just learn them by-heart.<br/><br/> <b>3)</b> Other things you will have to understand, what is actually going on.</p> <p>It takes time to figure out which one is 2 and which one is 3 and this is when someone who has worked on the framework teaches you, you'll pickup very easily. Again its my subjective opinion.</p> <p>If you are looking at getting something up and working in very little time <strong>with a lesser learning curve try Knockout JS</strong> you'll pick it up in no time.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload