Stores documentation
Store useCollectionStore
useCollectionStore makes it easy to use object collections. It comes with the Epps plugin so you can extend it to your stores.Store useErrorsStore
useErrorsStore represents a collection of errors and the basic actions for selecting or deleting them. You can customize the error type by creating an interface extending Error and passing it as a parameter to useErrorStore (example: useErrorStore<FormError>(‘formsError’) ).Store useResourceIdStore
UseResourceIdStore to benefit from the id and @id properties, as well as the setData method. This store is useful for creating stores representing resources extracted from a database or API.Store useWebUserStore
useWebUserStore represents a web user and has the properties username and password as well as id and @id (inherited from useResourceIdStore).