Redux for Beginner React Dev
Redux
Redux is Predictable State Container
It Provides Global store(state) access which can be access throughout application
Redux has 3 main concepts Action,Dispatcher and Reducer
Action is basing text which describes what do you want to do with st...
thecuriousmindwithprocrastination.hashnode.dev3 min read