Hi All,
As part of the workflow design of my app I perform several searches to obtain the list of things that I want to manipulate, which at times are then filtered furthermore to get the values of a specific field. The same searches and manipulation often happens at different points and hence are also built step-by-step.
I often wondered whether adding the list of Things to a custom state (list) is a better option performance wise and work-wise as I would only set-it once and use many times.
But my concern is more about performance, so the question is, which is better, adding a list of things to a custom state to be further manipulated or building the list everytime I wish to manipulate the data?
appreciate your response.
thanks