Skip to content

Files

Latest commit

 

History

History
28 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 768 Bytes

Svelte stores + Rexux Devtools

Experiments with writable Svelte stores and the Redux devtools.

Get started

Install the Redux devtools in your browser:

Clone the repository

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