ctolmsted / Zustand-Testing

Simple Counter App for Testing How Zustand works over Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zustand-Testing

Simple Counter App for Testing How Zustand works over Redux

Clone the repo into a local directory and 'npm install' to install all dependencies

Use 'npm run start' to start up the webpage on http://localhost:8080

Use the 'Increment' and 'Decrement' buttons to change the counter value on the screen

We can visualize the Actions dispatched and the State Changes using Redux Dev Tools.

About

Simple Counter App for Testing How Zustand works over Redux

License:MIT License


Languages

Language:JavaScript 80.8%Language:SCSS 15.6%Language:HTML 3.6%