You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only options to customize how to store the values is by setting where the values should be stored and by specifying different query params, but nothing else
What is the expected behavior?
I will love to preprocess the data or post process the data to make different ways to index the data. For example, if I have a list of users I may want to index them by genre, but I don't want to make two queries (3 if I want a list with all) just to properly index them.
According to redux guidelines, using indexes that reference other store parts is the best way of storing the data.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Currently, the only options to customize how to store the values is by setting where the values should be stored and by specifying different query params, but nothing else
What is the expected behavior?
I will love to preprocess the data or post process the data to make different ways to index the data. For example, if I have a list of users I may want to index them by genre, but I don't want to make two queries (3 if I want a list with all) just to properly index them.
According to redux guidelines, using indexes that reference other store parts is the best way of storing the data.
The text was updated successfully, but these errors were encountered: