PrettyCoffee
PrettyCoffee
Hello! When having multiples store instances in one tab, how would you disconnect a single one? The only disconnect function I found in the documentation is `window.__REDUX_DEVTOOLS_EXTENSION__.disconnect()` which disconnects all...
Hey, this PR is tackling the upgrade discussed in #151. Unfortunately, I wasn't able to split it into several PRs, since there are too many co-dependencies (especially doing anything related...
I just found this and it looks like a really valuable ressource! However, using CRA (+ Craco) is really outdated as CRA is no longer being maintained. If someone starts...
## Description In my opinion the repo was missing an example on how to create and use more advanced data types than just number arrays. I had to read through...
maybe indexedDb ist preferable to local storage if so -> deprecate @startpage/local-storage and create @startpage/storage -> allow the user to use different type of storages
Like in useStorage, it should be the same for other setters as well.
Check if it is possible to support the web extension storage in useStorage / createStorageContext etc Or maybe allow adding custom storages in general and export recipes?
## Is your feature request related to a problem? Please describe. I tried running this plugin in [rspack](https://www.rspack.dev/) / [rsbuild](https://rsbuild.dev/), but am getting the error: > TypeError: Cannot read properties...