You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the author of rtk-to-endpoints, a TypeScript Language Service Plugin specifically designed for RTK Query.
Background
In Issue #5244, I proposed the idea of official support or recommendation for a plugin that enhances the IDE navigation experience. This Discussion aims to collect community feedback and understand real-world needs.
The Problem
When using RTK Query, have you ever experienced:
Using "Go to Definition" on useGetUserQuery() jumps to complex type definitions instead of the endpoint definition in createApi?
Frequently needing to switch between hook usage and endpoint implementation in larger codebases?
Plugin Features
Jump directly from hooks to endpoint definitions
Support for multiple hook patterns: useXxxQuery, useLazyXxxQuery, useXxxMutation, useXxxQueryState, useXxxInfiniteQuery, etc.
Supports both destructuring and property access patterns
Questions for the Community
Have you encountered similar IDE navigation issues when using RTK Query?
Would you consider using this plugin if it were recommended in the official documentation?
What additional features or improvements would you like to see?
Do you have any suggestions for official integration or endorsement?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm the author of rtk-to-endpoints, a TypeScript Language Service Plugin specifically designed for RTK Query.
Background
In Issue #5244, I proposed the idea of official support or recommendation for a plugin that enhances the IDE navigation experience. This Discussion aims to collect community feedback and understand real-world needs.
The Problem
When using RTK Query, have you ever experienced:
useGetUserQuery()jumps to complex type definitions instead of the endpoint definition increateApi?Plugin Features
useXxxQuery,useLazyXxxQuery,useXxxMutation,useXxxQueryState,useXxxInfiniteQuery, etc.Questions for the Community
Looking forward to your feedback! 🙏
Beta Was this translation helpful? Give feedback.
All reactions