https://github.com/edwinmartinson/counter-app
A simple counter app to test various state management solutions out there.
https://github.com/edwinmartinson/counter-app
effector jotai redux-toolkit xstate-store zustand
Last synced: about 1 month ago
JSON representation
A simple counter app to test various state management solutions out there.
- Host: GitHub
- URL: https://github.com/edwinmartinson/counter-app
- Owner: edwinmartinson
- Created: 2025-06-27T08:29:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T07:38:39.000Z (11 months ago)
- Last Synced: 2025-06-29T08:29:15.430Z (11 months ago)
- Topics: effector, jotai, redux-toolkit, xstate-store, zustand
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# The Counter App
A simple counter app built with react to test various state management solutions out there.
## Features
- ⬆️⬇️ Increment and decrement counter.
- ⬆️⬇️ Increment and decrement steps.
- 🙂 Reset counter to initial state.
- 🔒 Set max count and delay for operations
- 🧩 **Compare State Management:**
- The app demonstrates different state management solutions:
- **Jotai**
- **Zustand**
- **Redux**
- **effector**
- **xstate**
