An open API service indexing awesome lists of open source software.

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

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