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

refactor(app): refactor external state management from redux thunk to reactquery #38

Closed
5 tasks done
wxiaoyun opened this issue Jan 3, 2024 · 0 comments · Fixed by #40
Closed
5 tasks done

refactor(app): refactor external state management from redux thunk to reactquery #38

wxiaoyun opened this issue Jan 3, 2024 · 0 comments · Fixed by #40
Assignees
Labels
feat New feature or request

Comments

@wxiaoyun
Copy link
Owner

wxiaoyun commented Jan 3, 2024

  • Install react query: https://tanstack.com/query/v5/docs
  • Remove redux thunks to react query
  • Aggressive client side caching
    • Prefetch all relevant data on mount
    • Prefetch paginated queries
@wxiaoyun wxiaoyun added the feat New feature or request label Jan 3, 2024
@wxiaoyun wxiaoyun self-assigned this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant