Skip to content

Commit 451a53d

Browse files
committed
docs: update readme
1 parent 91fdea0 commit 451a53d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- [Offset](#offset)
3636
- [Stop load more](#stop-load-more)
3737
- [API Reference](#api-reference)
38+
- [Also see these amazing hooks](#also-see-these-amazing-hooks)
3839
- [License](#license)
3940

4041
<br>
@@ -134,6 +135,13 @@ return (
134135
| `containerRef` | `LegacyRef<HTMLElement>` | The ref object attach to your jsx container element |
135136
| `isLoading` | `boolean` | Whether is loading or not |
136137
138+
## Also see these amazing hooks
139+
140+
| Repo | Intro |
141+
| :------------------------------------------------------------------------ | :-------------------------------------------------------- |
142+
| [☄️ transition-hook](https://github.com/iamyoki/transition-hook) | An extremely light-weight react transition animation hook |
143+
| [🧻 infinite-scroll-hook](https://github.com/iamyoki/infinite-scroll-hook) | Scroll down to load more never been so easy! |
144+
137145
## License
138146
139147
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)