From c3c7e600e7c021c7c6bf3b0b7ce582b87046b371 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Sun, 28 Jul 2024 12:06:01 +0900 Subject: [PATCH] chore: update README.md (#1154) # Overview ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 277708714..89f56a912 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,6 @@ Key features: Atom, AtomValue, SetAtom, and more. Key features: Cache, useCache, CacheStore, useCacheStore, CacheStoreProvider, and more. -### @suspensive/intersection [![MIT License](https://img.shields.io/badge/work_in_progress-npm.svg?color=000&labelColor=000&logo=npm)](https://github.com/toss/suspensive/blob/main/LICENSE) - -> This package is designed to simplify the detection and management of elements within the viewport using the Intersection Observer API. It will provide React hooks and components to help developers efficiently track element visibility and perform actions when elements enter or leave the viewport. This can be particularly useful for lazy loading images, implementing infinite scroll, and triggering animations as elements come into view. - -Status: Work In Progress. -
## Visit [suspensive.org](https://suspensive.org) for docs, guides, API and more!