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

Design plugin architecture #4

Open
1 of 5 tasks
posva opened this issue Feb 19, 2024 — with Volta.net · 0 comments
Open
1 of 5 tasks

Design plugin architecture #4

posva opened this issue Feb 19, 2024 — with Volta.net · 0 comments
Labels
✨ feature request a new feature request 🔌 plugins related to plugins

Comments

Copy link
Owner

posva commented Feb 19, 2024

  • Allow passing new options + types
  • hook into setup()
  • Move features to plugins
    • refetch on mount?
    • Invalidate keys

Plugin idea: automatically delaying the isLoading by x ms:

  • new option for useQuery, loadingDelay?: number
  • override the returned isLoading
  • override the asyncState to also delay asyncStatus = loading ?
@posva posva added the ✨ feature request a new feature request label Mar 6, 2024 — with Volta.net
@posva posva added the 🔌 plugins related to plugins label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature request a new feature request 🔌 plugins related to plugins
Projects
Status: In progress
Development

No branches or pull requests

1 participant