dstore (original) (raw)
Stores. Queries. Collections.
Stop letting your client-side data roam free. Stores are your data source. Access it through collections, a simple, structured foundation for your UI.
Consistent API
The API stays consistent regardless of what type of store you're using. It's all Promises/A, baby.
Default Stores
Several store types are included by default: in-memory, RESTful, read-only, cacheable, and trackable.
Modular Components
A modular AMD architecture makes dstore components a breeze to use in any application.