-
Hello, I'm new to the community and I'm using TanStack Query. I'd like to hear opinions about the name I know the documentation is very clear and explains everything perfectly, but wouldn't it be better to use a name like:
And the documentation could look something like this (example with useQueryCount): I don't come here to destroy anything, I just write something that crossed my mind when I was using the library. Thank you very much for your time |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If it’s well documented I do not see an issue with the name. Also: 0 is falsey, other numbers truthy. So conversion to Boolean works fine. |
Beta Was this translation helpful? Give feedback.
If it’s well documented I do not see an issue with the name.
Also: 0 is falsey, other numbers truthy. So conversion to Boolean works fine.