Smaller package size? #8083
Replies: 2 comments
-
what npm reports is what you install when you run The full bundle size of react-query is 41.2kb minified, 12.1kb gzipped. If you only need |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot for the information though! Pretty sick |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
npmjs says the unpacked size of @tanstack/react-query is 1.1mb and I only need the useQuery hook in react. I'm not too keen on adding 1.1mb just for that single hook 😅 Is there an alternative or maybe a package that only exports useQuery?
Beta Was this translation helpful? Give feedback.
All reactions