Why are mutationObservers not documented? #7152
Answered
by
TkDodo
sandstone991
asked this question in
General
-
Unlike queryObservers for examples, mutationObservers are hardly mentioned anywhere in the documentation. |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Mar 22, 2024
Replies: 1 comment
-
because no one has written a documentation for it? but honestly, 99% of users won't need it. The observers are a core api, and they are created automatically from |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sandstone991
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because no one has written a documentation for it?
but honestly, 99% of users won't need it. The observers are a core api, and they are created automatically from
useQuery
oruseMutation
.