Lists Store creation
Uses the extendedState
function to obtain default and required state properties for the plugin.
extendedState
function documentation This page is an example of creating a collection store of lists. The store called useListsStore
extends the useCollectionStore
store to benefit from its state properties and methods.
useCollectionStore is supplied with the epps plugin.
Uses the extendedState
function to obtain default and required state properties for the plugin.
extendedState
function documentation useListsStore
and type it with the appropriate methods and state. listsStore
using the newList
method. listsStore
using the removeItem
method. setItems
method.