Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: auth and profile data fetching and writes -> tanstack #248

Merged

Conversation

joshuagraber
Copy link
Contributor

Auth and profile routes to tanstack query

Background

  • Next chunk of migration of the app to tanstack for fetching and caching

Description

  • Adds tanstack query hooks to profile and auth pages

Acceptance Criteria

  1. Run app
  2. Ensure /sign-in, /sign-up, /validate/email?token=<token>, /request-password-refresh, /reset-password?token=<token>, and /profile all function as expected
    note: for the routes that require tokens in query params, you'll need to copy the path and params out of the link in the email, and paste onto the localhost base URL locally
  3. Review code

@joshuagraber joshuagraber self-assigned this Mar 3, 2025
@joshuagraber joshuagraber merged commit 90a471a into feature/tanstack Mar 3, 2025
5 checks passed
@joshuagraber joshuagraber deleted the feat/remaining-data-loaders-to-tanstack branch March 3, 2025 21:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants