Skip to content

A comprehensive project demonstrating the full implementation of Redux in a React application. This repository provides a step-by-step approach to managing state using Redux, making it an ideal resource for developers aiming to learn or enhance their knowledge of state management in React.

Notifications You must be signed in to change notification settings

john310897/completeReduxImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

completeReduxImplementation

packages to be installed npm install @reduxjs/toolkit npm install react-reduc

folder structure src->store-> src->reducers->

import provider from react-redux import store

enclose with provider and pass the store

import useSelector from react-redux for accessing the state import useDispatch from react-redux for actions such as adding, updating and deleting operations

About

A comprehensive project demonstrating the full implementation of Redux in a React application. This repository provides a step-by-step approach to managing state using Redux, making it an ideal resource for developers aiming to learn or enhance their knowledge of state management in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •