Skip to content

Commit d82e596

Browse files
committed
docs: update README with link to react-is-visible
1 parent 0bb41c2 commit d82e596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A small library that lets you know whether a component is visible on screen or n
44

55
Uses the [IntersectionObserver API](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver) which you may want to [polyfill](#polyfill).
66

7+
This is a semi-port of my React-library [react-is-visible](https://github.com/lessp/react-is-visible) for ReasonReact.
8+
79
## Installation
810

911
```bash

0 commit comments

Comments
 (0)