Experiments with writable Svelte stores and the Redux devtools.
Install the Redux devtools in your browser:
- Chrome: https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/reduxdevtools/
Clone the repository
gh clone mcous/svelte-redux
cd svelte-redux
pnpm i
pnpm dev
- Open the app
- Change the state by clicking the "Increment" and "Decrement" buttons
- Observe the state using the Redux devtools
- Change the state using the Redux devtools