How to use Redux and Redux Thunk with React Tutorial
In this video I setup a react app using create-react-app from scratch, then I explain how to write a simple stateful component to keep track of a count. After that, we bring in redux to instead used a centralized store to keep track of the count and increment it. Finally, we bring in redux-thunk so that we can invoke async actions to simulate a real world scenario like talking to a restful API.
------------
For those who don't know, I'm a full stack web developer who has been in the industry for over 5 years now. There is a lot of things I have learned along the way and I'd like to share that knowledge with anyone wanting to learn!
like this video if you found it useful and would like to see more videos of the same content.
subscribe to my channel if you are trying to improve your abilities as a web developer, software engineer, or even if you are just learning to code.