awesome-repositories.comCategoriesBlog
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
·
P

pankod/react-hooks-screen-type

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

React Hooks Screen Type

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

Features

  • Browser & DOM Utilities - Bootstrap grid screen type detection.
  • Hook Extensions - Responsive design utility for detecting screen size categories.

Star history

Star history chart for pankod/react-hooks-screen-typeStar history chart for pankod/react-hooks-screen-type

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 Hooks Screen Type

Similar open-source projects, ranked by how many features they share with React Hooks Screen Type.
  • 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
  • csfrequency/react-firebase-hookscsfrequency avatar

    csfrequency/react-firebase-hooks

    3,637View on GitHub↗

    React Hooks for Firebase.

    TypeScript
    View on GitHub↗3,637
  • avraammavridis/react-intersection-visible-hookA

    AvraamMavridis/react-intersection-visible-hook

    0View on GitHub↗

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

    View on GitHub↗0
  • 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 Hooks Screen Type→

Frequently asked questions

What does pankod/react-hooks-screen-type do?

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

What are the main features of pankod/react-hooks-screen-type?

The main features of pankod/react-hooks-screen-type are: Browser & DOM Utilities, Hook Extensions.

What are some open-source alternatives to pankod/react-hooks-screen-type?

Open-source alternatives to pankod/react-hooks-screen-type 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… avraammavridis/react-intersection-visible-hook — React hook to track the visibility of a functional component based on IntersectionVisible Observer. 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.