Replies: 1 comment
-
Awesome hook! Yes, it's more than welcome 🙏 |
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
-
I have a
useMutationObserver
hook that handles the MutationObserver API in my react code.The MutationObserver API is very similar to the IntersectionObserver API. It provides the ability to listen to changes made in the DOM tree. I'll love to make a PR and have it included in the library
Beta Was this translation helpful? Give feedback.
All reactions