https://github.com/mcous/svelte-redux
https://github.com/mcous/svelte-redux
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcous/svelte-redux
- Owner: mcous
- Created: 2023-10-31T13:20:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T15:46:47.000Z (over 2 years ago)
- Last Synced: 2025-07-05T12:05:21.133Z (11 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte stores + Rexux Devtools
Experiments with writable Svelte stores and the Redux devtools.
## Get started
Install the [Redux devtools](https://github.com/reduxjs/redux-devtools) in your browser:
- Chrome:
- Firefox:
Clone the repository
```shell
gh clone mcous/svelte-redux
cd svelte-redux
pnpm i
pnpm dev
```
## Usage
1. Open the app
2. Change the state by clicking the "Increment" and "Decrement" buttons
3. Observe the state using the Redux devtools
4. Change the state using the Redux devtools
