Explore the magic of infinite scroll in React by embarking on a cosmic journey through a card-based planet explorer. Harness the power of React and Intersection Observer API to create an interactive experience.
Click to Read!
Table of Contents:
This repository is part of the Infinite Scrolling in React: A Practical Guide article and illustrates the following.
- Implementing Infinite Scroll using the Intersection Observer API by building a planet explorer
- Discuss potential pitfalls and optimizations for infinite scrolling in React
- Fork or clone this repository.
git clone https://github.com/TropicolX/space-explorer-scroll.git
- Using
npm
oryarn
install the dependencies.
# Using npm
npm install
# Using yarn
yarn install
- Start the application
# Using npm
npm run dev
# Using yarn
yarn run dev
This project is licensed under the MIT License.
You're free to contribute and make changes required to this project. Make sure to follow the Getting Started before making any changes.