Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize how reducer stores data #1081

Open
danielo515 opened this issue Apr 2, 2021 · 0 comments
Open

Customize how reducer stores data #1081

danielo515 opened this issue Apr 2, 2021 · 0 comments

Comments

@danielo515
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant