Examples
Please check out the live demo.
If you are interested in the code behind the demo, it is included in the GitHub repo, with details on running the example locally.
The data-handling pieces of the demo are mostly limited to:
- BasicCollection.js - A basic
Backbone.Collectioninstance that is used as a benchmark - ConduitCollection.js - An example of extending
Conduit.QuickCollectionfor faster data handling - SparseCollection.js - An example of extending
Conduit.SparseCollectionfor scalable, asynchronous data handling
Please the the About page of the demo for details of what the code is doing.