https://github.com/dcoxall/react-book-list
Infinite scroll example using IntersectionObserver
https://github.com/dcoxall/react-book-list
Last synced: about 1 month ago
JSON representation
Infinite scroll example using IntersectionObserver
- Host: GitHub
- URL: https://github.com/dcoxall/react-book-list
- Owner: dcoxall
- License: mit
- Created: 2019-05-28T17:44:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:52:17.000Z (over 3 years ago)
- Last Synced: 2026-01-26T13:28:58.993Z (5 months ago)
- Language: TypeScript
- Size: 3.41 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Project: Book List
This was a project put together to demonstrate how to implement infinite scrolling with the IntersectionObserver API and React hooks.
The article can be found here:
**[Using IntersectionObserver With React Hooks][0]**
[0]: https://www.darrencoxall.com/react/intersection-observer-component/
### Running
$ npm start