Skip to content

sabin-b/redux-thunk-toolkit-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Basics Repository

This repository contains basic implementations of Redux, Redux Thunk, and Redux Toolkit. It demonstrates how to manage state effectively in a React application using these powerful libraries.

Features:

  • Redux: Implemented state management with actions, reducers, and store.
  • Redux Thunk: Added middleware for handling asynchronous actions.
  • Redux Toolkit: Simplified Redux setup and code structure with slices and the configureStore API.

Getting Started

Clone the repository and follow the setup instructions to get started with the project.

git clone https://github.com/sabin-b/redux-thunk-toolkit-basics.git
cd redux-thunk-toolkit-basics
npm install
npm start