You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably unconventional, but I currently have an use-case where I'd like to use sessionStorage as the storageProvider and have the value synced across tabs/windows similar to the localStorage provider.
The use-case is a splash screen that the user clicks through once upon application load, so sessionStorage is ideal in this situation since they shouldn't see it again upon browser refresh, but I'd like this value to also sync across tabs.
Any thoughts on whether or not it's a feasible goal for this hook?
The text was updated successfully, but these errors were encountered:
This is probably unconventional, but I currently have an use-case where I'd like to use
sessionStorage
as thestorageProvider
and have the value synced across tabs/windows similar to thelocalStorage
provider.The use-case is a splash screen that the user clicks through once upon application load, so
sessionStorage
is ideal in this situation since they shouldn't see it again upon browser refresh, but I'd like this value to also sync across tabs.Any thoughts on whether or not it's a feasible goal for this hook?
The text was updated successfully, but these errors were encountered: