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

Optimize data fetching #262

Open
Tracked by #283
kanta1207 opened this issue Feb 24, 2024 · 2 comments
Open
Tracked by #283

Optimize data fetching #262

kanta1207 opened this issue Feb 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kanta1207
Copy link
Member

kanta1207 commented Feb 24, 2024

Description

Currently, we invoke refetching on every single POST, PUT, DELETE request.
We obviously want to optimize it by storing the data in state in the initial fetching, and update the state instead of refetching.

Related Issues

@kanta1207 kanta1207 added the enhancement New feature or request label Feb 24, 2024
@kanta1207 kanta1207 moved this to 📋 Backlog in Nishiki Feb 24, 2024
@nick-y-ito nick-y-ito added this to the v1.0 milestone Feb 24, 2024
@nick-y-ito nick-y-ito moved this from 📋 Backlog to 📋 Backlog v1.0 in Nishiki Feb 24, 2024
@nick-y-ito
Copy link
Member

@kanta1207 Thank you for creating the issue :) We must address this shortly!!

@nick-y-ito
Copy link
Member

This unnecessary data fetching in the foods page must be improved!!
#271 (comment)

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
Status: 📋 Backlog
Development

No branches or pull requests

2 participants