Hacker News new | ask | show | jobs
by nsonha 980 days ago
is there a non react equivalent? I wanna vomit every time I see the word "hook" these days.
1 comments

The underlying TanStack Query library is UI-agnostic, and has adapters for React and other frameworks.

(There's also our RTK Query API that's part of Redux Toolkit, which is UI-agnostic but also has a React adapter.)

I guess it's not intended to be used directly hence no document at all? Might as well not exist.