An open API service indexing awesome lists of open source software.

https://github.com/mcous/svelte-redux


https://github.com/mcous/svelte-redux

Last synced: 11 months ago
JSON representation

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

![Demo](https://github.com/mcous/svelte-redux/assets/2963448/fbcb3c8d-4d81-4c89-b2b9-17ea930ecdf0)