Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages