Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imnotannamaria/react-redux-zustand-fundamentals

Redux fundamentals, Application with Redux, creation of hooks, API, Async Thunks, Zustand Setup, migration from Redux to Zustand, and unit tests for Redux and Zustand.
https://github.com/imnotannamaria/react-redux-zustand-fundamentals

jsonserver react redux vite vitest zustand

Last synced: about 10 hours ago
JSON representation

Redux fundamentals, Application with Redux, creation of hooks, API, Async Thunks, Zustand Setup, migration from Redux to Zustand, and unit tests for Redux and Zustand.

Awesome Lists containing this project

README

        

# React + Zustand - Fundamentals
- Redux fundamentals
- Application with Redux
- Creation of hooks
- Fake API
- Async Thunks
- Zustand Setup
- Migration from Redux to Zustand
- Unit tests

## Redux - Learning Concepts
Reducer - Information that we will share between all components of an application.

Slice - Organize state into smaller chunks

Acctions - All actions that the user can take to change some information within a state

## Run

To run the projet

```bash
npm run server
```

```bash
npm run dev
```