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

Evaluate migration from Redux to React Query #414

Open
davidebriani opened this issue Apr 2, 2024 · 0 comments
Open

Evaluate migration from Redux to React Query #414

davidebriani opened this issue Apr 2, 2024 · 0 comments
Labels
chore Maintenance chore

Comments

@davidebriani
Copy link
Collaborator

Redux is a very flexible framework but:

  • It requires writing a lot of logic, and it has a steep learning curve that hinders work from new contributors.
  • It's designed to deal with data on the client-side, while the Dashboard uses Redux to deal with data that is stored on a remote server: this requires asynchronous requests, caching, loading state, network failures, etc.

React Query seems to provide a more precise and ergonomic support for the use case of the Dashboard.

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

No branches or pull requests

1 participant