https://github.com/inway/observable-hooks
Implementation of MutationObserver & ResizeObserver as React hooks
https://github.com/inway/observable-hooks
hooks mutationobserver react resizeobserver
Last synced: 3 months ago
JSON representation
Implementation of MutationObserver & ResizeObserver as React hooks
- Host: GitHub
- URL: https://github.com/inway/observable-hooks
- Owner: inway
- License: mit
- Created: 2022-02-12T10:00:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T11:56:51.000Z (almost 2 years ago)
- Last Synced: 2025-11-23T23:24:28.046Z (5 months ago)
- Topics: hooks, mutationobserver, react, resizeobserver
- Language: TypeScript
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @inway/observable-hooks
This package provides React hooks implementation for following observers:
- [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe)
- [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/observe)