Standard Resource
  • Introduction
  • Read Me
  • Introduction
    • Motivation
    • Core Concepts
  • Store
    • Creating a Store
  • Resources
    • Resource Data
    • Creating
    • Retrieving
    • Updating
    • Deleting
    • Using Computed Attributes
    • Schemas
  • Groups
    • Creating
    • Retrieving
    • Updating
    • Deleting
    • Sorted Groups
  • API Reference
    • createResourceStore
    • Store
  • Glossary
  • Changelog
Powered by GitBook
On this page

Store

PreviousCore ConceptsNextCreating a Store

Last updated 7 years ago

The store holds all of your app's resources and groups. It provides methods to read and update this data.

To begin using Standard Resource, you must create a store. There should only ever be one store for each application.

Creating a Store