[Project] Database queries should use React Query #304
Labels
exploration
Issues related to graph exploration, node & edge details, neighbor expansion, etc
performance
Issues relating to performance
search
Issues related to search functionality
Database queries go through a custom fetch process within React code. This requires a lot of boilerplate context, hooks, callbacks, memos, etc of React specific code. But this logic amounts to a simple async fetch call with a set of parameters.
Benefits
Related Issues
Preferred Solution
keywordSearch
in React Query #340fetchNeighbors
in React Query #338fetchNeighborsCount
in React Query #339fetchSchema
in React Query #336fetchVertexCountsByType
in React Query #337Tip
Please use a 👍 reaction to provide a +1/vote.
This helps the community and maintainers prioritize this request.
Important
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered: