In this article i will get you through redux concepts and how it works and how we can really use it. Redux is a libra r y to manage global state ,we use redux in libraries and freamworks like react , angular ,… and we use reduX-thunk for our actions.
Table of contents
1.install packages and libraries that you need2.creating redux folder in your project3.creating store and provider in root file(src/index.js)4.using actions and reducers3 Comments
Sort: