ralusek
ralusek
This should absolutely be a feature. For API endpoints with many shared configuration parameters, it is a huge hassle to maintain those same params everywhere.
@nickretallack your solution should be sufficient. The distance selector is memoized correctly, the handler function `objectsByDisntanceSelector` will only be recomputed in the event that the state changes. However, you are...
Sure, I think it could have some metadata associated with it to let you know which of the input selectors were responsible for a reselect trigger. That way you could...
This should absolutely be a feature. For API endpoints with many shared configuration parameters, it is a huge hassle to maintain those same params everywhere.