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.

5m read timeFrom towardsdev.com
Post cover image
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 reducers
3 Comments

Sort: