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

UI: Replace Redux by React-query for data fetching #3369

Open
ChengYanJin opened this issue May 10, 2021 · 0 comments
Open

UI: Replace Redux by React-query for data fetching #3369

ChengYanJin opened this issue May 10, 2021 · 0 comments
Labels
complexity:hard Something that may require up to a week to fix kind:debt Technical debt topic:ui UI-related issues

Comments

@ChengYanJin
Copy link
Contributor

Component: UI

Why this is needed:

React Query makes fetching, caching, synchronising and updating the server state in your React applications a breeze.

An interesting article to read.
https://medium.com/@cant89/data-fetching-in-redux-is-painful-get-rid-of-it-now-2b71305268e1

What should be done:
Gradually replace the current data fetching implementation by using react-query.

Implementation proposal (strongly recommended):
Use React-query to fetch data from the various APIs.

Test plan:
TBD

@ChengYanJin ChengYanJin added kind:debt Technical debt complexity:hard Something that may require up to a week to fix topic:ui UI-related issues labels May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:hard Something that may require up to a week to fix kind:debt Technical debt topic:ui UI-related issues
Projects
None yet
Development

No branches or pull requests

1 participant