Skip to content

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.

Notifications You must be signed in to change notification settings

imnotannamaria/react-redux-zustand-fundamentals

Repository files navigation

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

  npm run server
  npm run dev

About

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.

Topics

Resources

Stars

Watchers

Forks