30 open-source projects similar to pankod/react-hooks-screen-type, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best React Hooks Screen Type alternative.
React Hooks for Firebase.
React hook to track the visibility of a functional component based on IntersectionVisible Observer.
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
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
A set of reusable React Hooks.
Dead simple yet powerful countdown hook for React.
react-hook-form is a React form state management library and cross-platform UI hook used to manage form inputs, validation, and submission state. It functions as an uncontrolled form controller, leveraging uncontrolled components to minimize unnecessary re-renders in web and mobile environments. The library provides schema-based form validation, allowing user input to be verified against predefined rules or external schema libraries to ensure data integrity. It is designed to connect form logic to components across both React and React Native applications. The project covers the integration
With the release of the hooks API in react-redux 7, this project has become redundant.
:infinity: :pagewithcurl: :hourglassflowingsand: Super lightweight infinite loading hook for React apps
React swipe event handler hook
A custom React Hook to help you implement a "dark mode" component.
React hook to detect click or touch events outside an element.
React hooks for mount state tracking and auto-cleanup with AbortController.