Current displaying legacy menu

Top Nav currently BETA

Colour Mode Switcher

Color Scheme select

Test Icon

Examples extended via NPM package

This is an example store to test out devtools. Try one of the following with the devtools open:

  1. Use the different increment actions
  2. Change the counter directly from the devtools
  3. Use decrement to zero to see how action groups work
  4. Click Test Errors and immediately after increment the store
  5. While the dev server is running, try changing counter.changeMe, adding, and removing new state properties

Counter Store

Counter: 2. Double: 4

Increment the Store:


Complete store state via store.$state:

{
  "incrementedTimes": 0,
  "decrementedTimes": 0,
  "numbers": []
}