Skip to content

Commit

Permalink
chore: update README.md (#1154)
Browse files Browse the repository at this point in the history
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

## 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.
  • Loading branch information
manudeli authored Jul 28, 2024
1 parent ede673c commit c3c7e60
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<br/>

## Visit [suspensive.org](https://suspensive.org) for docs, guides, API and more!
Expand Down

0 comments on commit c3c7e60

Please sign in to comment.