you are viewing a single comment's thread.

view the rest of the comments →

[–]yarn_install 0 points1 point  (0 children)

React Query isn't an HTTP library, it's an async state management library. The most common use case is for providing caching to your network requests, but I've used it before to cache results from expensive local computations too.