Overview

Next JS application with Infinite Scroll Component, and all the loaded data is still exist even if you go to other page by using NextJS router or the <Link> component.

Getting Started

First, run the development server:

pnpm run dev

Open http://localhost:3000 with your browser to see the result.