When to use reducer for storing data in a ReactJS app?
I'm quite new in ReactJS. So, I would like to ask what are the scenarios for storing data in reducer.
For example, if you have a list of data in a store and would like to retrive an item on the lists. Will it be efficient to just a request a get API...