For memoization/performance consideration, using useSelector with ShallowEqual.
Will there be some more benefits for performance optimization using "Reselect/createSelector" option ?
Or both the options are same ?
Will have the data as JSON array objects at most of the selectors.
Before writing new selector , would like to consider performance/memoization benefits.