How to add Redux to your React App
How to configure Redux Thunk in your React Redux App and use async actions
And finally how to set up Redux Devtools Extension so that you can interact with the redux store using a nice looking UI.
Code:
Base: https://github.com/Vuka951/tutorial-c...
Done: https://github.com/Vuka951/tutorial-c...
------------------------------------------
Packages:
redux: https://redux.js.org/
react-redux: https://react-redux.js.org/
redux-thunk: https://github.com/reduxjs/redux-thunk
redux-devtools-extension: https://github.com/zalmoxisus/redux-d...
json-placeholder: https://jsonplaceholder.typicode.com/
-------------------------------------------------------------
Thanks for watching, if the video was helpful to you a like and/or a star to the github repo would be appreciated ❤️