Stores
Most of the application access data through the different stores. The following stores can be found:
- AppStore
- ErrorStore
- ImageStore
- LightboxStore
- PreferenceStore
- SetStore
- YearStore
Stores are a simple data structure with getters and setters. Stores can contain API calls as needed. Stores can store the data locally, or they can use the data layer to store the actual data.
