The Complete Redux Bootcamp :Build 4 Hands-On Projects
What you'll learn
- Redux
- React
- State Management
- Redux payload
- Redux Persist
- Redux Reducers
Requirements
- React Basics
Description
Redux is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Similar to Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark.
Redux is used mostly for application state management. To summarize it, Redux maintains the state of an entire application in a single immutable state tree (object), which can't be changed directly. When something changes, a new object is created (using actions and reducers).
The Topics that we are going to cover in this course are
What is State
What is state management
What is Redux
Implementing redux with cart system
Stores , Reducers , Actions
useSelector , useDispatch
Redux payload
Redux payload with Objects
Redux-Perisist
Implementation Of Redux Perisist
Storing reducers data in Local storage using redux-persist
TodoList Project
Ecommerce Project
Who this course is for:
- React Developers
Instructor
Hi,
I am Satyaprakash Reddy, I am a freelance developer in India.I've 5 years of experience in developing applications in Android and Web Development.
I've been teaching coding lectures from the past three years in an Institute. So now I wanted to share my knowledge across the globe through Udemy.
I spend most of my time researching how to make learning to code fun and make hard concepts easy to understand. I apply everything I discover into my Bootcamp courses. In my courses, you'll find lots of geeky humor but also lots of explanations and animations to make sure everything is easy to understand.
Thank U.