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
Is it possible for you to implememnt Redux DevTools in svelte-persist-store. This would allow us to see the entire store at a glance. I find it very helpful during development.
Let me know what you think.
NB: I have looked at many svelte store and I have not seen this in any - yours would be the first.
I use Signalstory in my angular app, but now I am doing some work with svelte it is somthing I miss very much.
I have settled on your offering of svelte-store to use in my application.
Cheers
The text was updated successfully, but these errors were encountered:
import{writable}from"@macfja/svelte-persistent-store"import{trackStores}from"@macfja/svelte-redux-devtools"letname=writable("name","John");trackStores({ name });
Hi,
This is more of a request than a bug.
Is it possible for you to implememnt Redux DevTools in svelte-persist-store. This would allow us to see the entire store at a glance. I find it very helpful during development.
Let me know what you think.
NB: I have looked at many svelte store and I have not seen this in any - yours would be the first.
I use Signalstory in my angular app, but now I am doing some work with svelte it is somthing I miss very much.
I have settled on your offering of svelte-store to use in my application.
Cheers
The text was updated successfully, but these errors were encountered: