Command Palette
Search for a command to run
Command Palette
Search for a command to run

use-mutation-observer

✓ Relevant

useMutationObserver hook observes DOM element changes via MutationObserver API; accepts element getter, callback receiving mutations array, and config options; returns stop() method.