awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

AvraamMavridis/react-intersection-visible-hook

0
View on GitHub↗
0 stars·0 forks·9 views

React Intersection Visible Hook

React hook to track the visibility of a functional component based on IntersectionVisible Observer.

Features

  • Browser & DOM Utilities - Track functional component visibility.
  • Hook Extensions - Visibility tracking for components using the Intersection Observer API.

Star history

Star history chart for avraammavridis/react-intersection-visible-hookStar history chart for avraammavridis/react-intersection-visible-hook

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to React Intersection Visible Hook

Similar open-source projects, ranked by how many features they share with React Intersection Visible Hook.
  • streamich/react-usestreamich avatar

    streamich/react-use

    43,974View on GitHub↗

    react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen

    TypeScript
    View on GitHub↗43,974
  • pankod/react-hooks-screen-typeP

    pankod/react-hooks-screen-type

    0View on GitHub↗

    This package is useful for determining screen size type on web applications with respect to bootstrap 4 grid system.

    View on GitHub↗0
  • csfrequency/react-firebase-hookscsfrequency avatar

    csfrequency/react-firebase-hooks

    3,637View on GitHub↗

    React Hooks for Firebase.

    TypeScript
    View on GitHub↗3,637
  • chalarangelo/30-seconds-of-reactChalarangelo avatar

    Chalarangelo/30-seconds-of-react

    5,081View on GitHub↗

    This project is a comprehensive collection of reusable code snippets, custom hooks, and implementation patterns for building user interfaces with React. It serves as a library of short examples designed to solve common development tasks, ranging from state management to DOM integration. The collection provides a wide array of specialized utilities for interacting with browser APIs, including window dimension tracking, media query evaluation, and online status monitoring. It also includes practical guides and snippets for performance optimization, such as memoization, lazy loading, and state c

    JavaScripteducationjavascriptlearn-to-code
    View on GitHub↗5,081
See all 30 alternatives to React Intersection Visible Hook→

Frequently asked questions

What does avraammavridis/react-intersection-visible-hook do?

React hook to track the visibility of a functional component based on IntersectionVisible Observer.

What are the main features of avraammavridis/react-intersection-visible-hook?

The main features of avraammavridis/react-intersection-visible-hook are: Browser & DOM Utilities, Hook Extensions.

What are some open-source alternatives to avraammavridis/react-intersection-visible-hook?

Open-source alternatives to avraammavridis/react-intersection-visible-hook include: csfrequency/react-firebase-hooks — React Hooks for Firebase. streamich/react-use — react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It… pankod/react-hooks-screen-type — This package is useful for determining screen size type on web applications with respect to bootstrap 4 grid system. chalarangelo/30-seconds-of-react — This project is a comprehensive collection of reusable code snippets, custom hooks, and implementation patterns for… amorriscode/use-overflow. alex-cory/use-react-modal.