Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 761 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 761 Bytes

useSWRInfinite with scroll based on IntersectionObserver

One-Click Deploy

Deploy your own SWR project with Vercel.

Deploy with Vercel

How to Use

Download the example:

curl https://codeload.github.com/vercel/swr/tar.gz/master | tar -xz --strip=2 swr-master/examples/infinite-scroll
cd basic

Install it and run:

yarn
yarn dev
# or
npm install
npm run dev

Deploy it to the cloud with now (download)

now

The Idea behind the Example

Show usage of useSWRInfinite with infinite scroll based on IntersectionObserver