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 call to fetch the item? I don't know if my scenario is right but would like to ask some real world scenarios that has been use in your application.
No responses yet.