We will learn about the Redux Store and demonstrate how its three methods let us implement a counter application.
just to clarify, is the state being stored in the "store" instance?
Nice explanation as i understand reducer accept two parameter one is action and other one is state but here in dispatch we just send one object of action type so from where it get state?
If anyone tried increment and decrement operator and saw that it didn't work .. its because of : The increment ++ operator doesn't work for setting react state