Continuing on the topic of state management in React.js, but this time using Redux instead of Context. Redux is a very powerful tool and really if you get pass the boilerplate it is very simple to understand. In this video I try to explain the workflow of Redux by building a shopping Cart Application to manage a users online shopping cart.
TImestamps:
0:00:00 Intro
0:00:24 What is Redux
0:01:04 First Look at Final Project
0:03:24 File run through
0:05:13 Starting with Redux Setup
0:10:31 Adding Redux Devtools
0:13:10 Adding Types
0:16:06 Adding Actions
0:20:24 Adding Reducer
0:24:33 Connecting Redux to Components
0:31:39 Finishing the Reducer Logic
0:39:40 Continue Building Application
1:06:00 Final Project Testing
1:09:00 Outro
Subscribe: https://www.youtube.com/channel/UCQrQo7jTpOh8V9EDn9Tgnxg
#react #redux