Merge with LocalStorage? #60
MichelJansson
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is a fair point and something I've thought about several times. I've even got a repo created for it. I've never actually done it as we'd lose all the downloads and stars the current repos and NuGet packages have. That counts for a lot when people are looking for a package. But perhaps we could look at having the combined repo alongside the existing packages until the downloads and stars grow to a decent level? It's a tricky one I feel. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for all the great Blazored packages!
I include both LocalStorage and SessionStorage packages in my projects and I can imagine others do too, so asked myself - why do we need two?
As I understand it, there is virtually no difference between window.localStorage and window.sessionStorage except for the lifetimes of the data stored in each (they both expose a Storage object). As such, the code between the these packages should be almost identical.
If merging or creating a new "BrowserStorage" package is something that sound like a good idea, I would be happy to take a stab at it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions