Redux

why do we use redux in react?

Many components in react are organized by hierarchy. There is main component as repository for the state of app, so other components

Redux Thunk

redux-thunk

As redux middleware to run the code after action is dispatched, before it reaches to the reducer.

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×