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

Implement Redux for fetching the friends from the pod (mobile) #139

Closed
MarcosTobias opened this issue Mar 30, 2021 · 0 comments · Fixed by #141
Closed

Implement Redux for fetching the friends from the pod (mobile) #139

MarcosTobias opened this issue Mar 30, 2021 · 0 comments · Fixed by #141
Assignees
Labels
enhancement New feature or request

Comments

@MarcosTobias
Copy link
Contributor

Right now the friends are fetched each time we arrive in the view.
With redux we could load them once and store them, so that we can use them as many times as we want.
There will be a status in the slice so that we could load them again if we wanted, for example in the case of a new friend...

@MarcosTobias MarcosTobias added the enhancement New feature or request label Mar 30, 2021
@MarcosTobias MarcosTobias added this to the Implement Redux milestone Mar 30, 2021
@MarcosTobias MarcosTobias self-assigned this Mar 30, 2021
@MarcosTobias MarcosTobias changed the title Implement Redux for fetching the friends from the pod Implement Redux for fetching the friends from the pod (mobile) Mar 30, 2021
@MarcosTobias MarcosTobias linked a pull request Mar 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant