Fork me on GitHub

Backbone SOS

State Of Sync

Sometimes you need to know whether a model/collection is interacting with the server or not. Backbone SOS can help you track this in a very decoupled way, by keeping the loading state where it belongs (inside your model/collection).

Here is a dummy example of how you can write views that "react" accondingly to this loading state, and make your app feel snappier.

Comments feed

myusername commented 5 days ago
Loading content ...