awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 مستودعات

Awesome GitHub RepositoriesHook Extensions

Libraries providing specialized hooks for state, data, and browser APIs.

Explore 15 awesome GitHub repositories matching part of an awesome list · Hook Extensions. Refine with filters or upvote what's useful.

Awesome Hook Extensions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bluebill1049/react-hook-formالصورة الرمزية لـ bluebill1049

    bluebill1049/react-hook-form

    44,777عرض على GitHub↗

    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

    High-performance form validation and management using hooks.

    TypeScript
    عرض على GitHub↗44,777
  • streamich/react-useالصورة الرمزية لـ streamich

    streamich/react-use

    43,974عرض على 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

    Comprehensive library of essential, ready-to-use hook utilities.

    TypeScript
    عرض على GitHub↗43,974
  • mweststrate/use-immerالصورة الرمزية لـ mweststrate

    mweststrate/use-immer

    4,536عرض على GitHub↗

    use-immer هو أداة لإدارة حالة React توفر خطافاً (hook) مخصصاً لتحديث الحالة غير القابلة للتغيير (immutable). يسمح بتعديل نسخة مسودة مؤقتة من البيانات لحساب انتقال الحالة التالي. تبسط الأداة إدارة الحالة المعقدة من خلال تمكين التغييرات المباشرة على مسودة، مما يزيل الحاجة إلى نسخ الكائنات أو المصفوفات المتداخلة يدوياً باستخدام عوامل الانتشار (spread operators). يضمن هذا النهج توليد لقطة جديدة غير قابلة للتغيير لتغييرات حالة يمكن التنبؤ بها. تغطي المكتبة إمكانيات لتحديث الحالة المتداخلة بعمق وتدعم معالجة تغييرات الحالة من خلال المخفضات (reducers).

    State manipulation utility using immutable patterns within hooks.

    TypeScript
    عرض على GitHub↗4,536
  • csfrequency/react-firebase-hooksالصورة الرمزية لـ csfrequency

    csfrequency/react-firebase-hooks

    3,637عرض على GitHub↗

    React Hooks for Firebase.

    Integration hooks for Firebase services in functional components.

    TypeScript
    عرض على GitHub↗3,637
  • alex-cory/react-usefetchالصورة الرمزية لـ alex-cory

    alex-cory/react-usefetch

    2,302عرض على GitHub↗

    --> --> --> -->

    Simplified HTTP request handling using hook-based patterns.

    TypeScript
    عرض على GitHub↗2,302
  • facebookincubator/redux-react-hookالصورة الرمزية لـ facebookincubator

    facebookincubator/redux-react-hook

    2,139عرض على GitHub↗

    With the release of the hooks API in react-redux 7, this project has become redundant.

    Redux state access via hook-based dispatch and selector patterns.

    TypeScript
    عرض على GitHub↗2,139
  • storeon/storeonالصورة الرمزية لـ storeon

    storeon/storeon

    1,976عرض على GitHub↗

    🌩 A tiny (185 bytes) event-based Redux-like state manager for React, Preact, Angular, Vue, and Svelte

    Minimalist state management library built on hook-based principles.

    JavaScript
    عرض على GitHub↗1,976
  • beizhedenglong/react-hooks-libالصورة الرمزية لـ beizhedenglong

    beizhedenglong/react-hooks-lib

    544عرض على GitHub↗

    A set of reusable React Hooks.

    Modular set of reusable hooks for common development tasks.

    JavaScript
    عرض على GitHub↗544
  • ilyalesik/react-fetch-hookالصورة الرمزية لـ ilyalesik

    ilyalesik/react-fetch-hook

    350عرض على GitHub↗

    React hook for conveniently use Fetch API.

    Fetch API wrapper for declarative data fetching in components.

    JavaScript
    عرض على GitHub↗350
  • thibaultboursier/use-timerالصورة الرمزية لـ thibaultboursier

    thibaultboursier/use-timer

    205عرض على GitHub↗

    Simple timer turned into React Hooks. Read about Hooks feature.

    Timer management utility for functional components.

    TypeScript
    عرض على GitHub↗205
  • yesmeck/react-with-hooksالصورة الرمزية لـ yesmeck

    yesmeck/react-with-hooks

    153عرض على GitHub↗

    Polyfill and ponyfill for the React Hooks API.

    Compatibility layer for using hooks in older framework versions.

    JavaScript
    عرض على GitHub↗153
  • pankod/react-hooks-screen-typeP

    pankod/react-hooks-screen-type

    0عرض على GitHub↗

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

    Responsive design utility for detecting screen size categories.

    عرض على GitHub↗0
  • react-native-community/react-native-hooksR

    react-native-community/react-native-hooks

    0عرض على GitHub↗

    React Native APIs turned into React Hooks allowing you to access asynchronous APIs directly in your functional components.

    Native platform APIs exposed as hooks for mobile development.

    عرض على GitHub↗0
  • avraammavridis/react-intersection-visible-hookA

    AvraamMavridis/react-intersection-visible-hook

    0عرض على GitHub↗

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

    Visibility tracking for components using the Intersection Observer API.

    عرض على GitHub↗0
  • palmerhq/the-platformP

    palmerhq/the-platform

    0عرض على GitHub↗

    Web API's turned into React Hooks and Suspense-friendly React components. #useThePlatform

    Browser APIs exposed as hook-based functional components.

    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Hook Extensions