Using Indexes
These guides discuss how to define Indexes
that allow fast access to matching Row
objects.
See also the Rolling Dice demos, the Countries demo, and the Todo App demos.
An Intro To Indexes
This guide describes how the indexes
module gives you the ability to create and track indexes based on the data in Store
objects, and which allow you to look up and display filtered data quickly.
Building A UI With Indexes
This guide covers how the ui-react
module supports the Indexes
object.
Advanced Index Definition
This guide describes how the indexes
module let you create more complex types of indexes based on the data in Store
objects.