svelte-dev-store
svelte-dev-store copied to clipboard
This project adds the ability to use Redux Dev tools to visualise a Svelte store. It uses redux under the hood and should only be used in a development environment.
Results
2
svelte-dev-store issues
Sort by
recently updated
recently updated
newest added
So far there is no way of seeing the value of computed properties in the Svelte Store from the Redux dev tools.
enhancement
Investigate if there's a way to cut down on the number of actions being dispatched when in actual fact the states are the same.
enhancement