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

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.

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**

![Counter App](./screenshot.png)