Set a new value into the store, this will also affect all other svocal stores using the same key and will write to the localstorage
The new value to set
Set a new value into the store, this will also affect all other svocal stores using the same key and will write to the localstorage
The new value to set
Update the store using a function It will affect other stores with the same key and write to the localstorage
A function which return value will be the new value
Generated using TypeDoc
A writeable store that autosyncs with localstorage It can also be used to sync state between multiple tabs/windows