Hooks

Open-source projects categorized as Hooks

Top 23 Hook Open-Source Projects

  1. zustand

    ๐Ÿป Bear necessities for state management in React

    Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07

    Zustand is a small, fast state management library for React. Its API is intentionally minimal: you define a store with state and actions, and you consume the store with a hook. There is no boilerplate beyond defining what the store holds and what operations change it.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. TanStack Query

    ๐Ÿค– Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

    Project mention: A Clean React Folder Structure | dev.to | 2026-05-09

    queries/ If you're using TanStack Query (React Query), this is where you'd keep your query and mutation hooks. It helps to organize your data-fetching logic and caching in one place.

  4. husky

    Git hooks made easy ๐Ÿถ woof!

    Project mention: Git hooks : tout n'est pas bon ร  bloquer | dev.to | 2026-04-27
  5. SWR

    React Hooks for Data Fetching

    Project mention: GraphQL vs REST: 18 Claims Fact-Checked with Primary Sources (2026) | dev.to | 2026-04-17

    Historically, measurements around 40โ€“45 KB gzipped were reasonable for older Apollo Client bundles , but recent v4.x releases have reduced bundle size and made features more modular. Regardless, that is not a cost of GraphQL itself. The same concern exists for featureโ€‘rich REST clients like SWR or TanStack Query . It is a misleading comparison because both REST and GraphQL can be implemented with nothing more than fetch(). Therefore, the theoretical baseline for both styles is 0 KB.

  6. mantine

    A fully featured React components library

    Project mention: Generate PDF invoices in React with a live preview | dev.to | 2026-05-31

    Back in invoice-app/. Install Oicana alongside Mantine for the UI:

  7. react-table

    ๐Ÿค– Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

    Project mention: Build a Collaborative Inventory Dashboard with TanStack, Velt SDK and Kiro IDEโ›ต | dev.to | 2025-09-12

    TanStack Table is a headless UI library for building tables and data grids for JavaScript/TypeScript applications. Since itโ€™s a headless UI library, you have control over the design and components.

  8. webhook

    webhook is a lightweight incoming webhook server to run shell commands

  9. usehooks

    A collection of modern, server-safe React hooks โ€“ย from the ui.dev team

    Project mention: NodeJS Fundamentals: lexical scope | dev.to | 2025-06-21

    The examples above demonstrate reusable patterns. For React hooks, consider using libraries like use-hooks (https://usehooks.com/) for pre-built, optimized hooks. For module-level privacy, ES Modules are the standard. Bundlers like Webpack, Parcel, or Rollup handle module resolution and scope management. TypeScript enhances lexical scope understanding through static typing and improved code analysis.

  10. awesome-react-hooks

    Awesome React Hooks

  11. drei

    ๐Ÿฅ‰ useful helpers for react-three-fiber

  12. use-gesture

    ๐Ÿ‘‡Bread n butter utility for component-tied mouse/touch gestures in React and Vanilla Javascript.

  13. Release It! ๐Ÿš€

    ๐Ÿš€ Automate versioning and package publishing

    Project mention: Why I built yet another release tool for npm | dev.to | 2026-02-13

    release-it is great for single packages. Interactive prompts, clean workflow, good plugin system.

  14. beautiful-react-hooks

    ๐Ÿ”ฅ A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development ๐Ÿ”ฅ

  15. lefthook

    Fast and powerful Git hooks manager for any type of projects.

    Project mention: Treating blog posts like production code | dev.to | 2026-03-27

    An alternative is lefthook. It has more features (run checks in parallel, better output formatting, etc.) but it requires a dependency.

  16. usehooks-ts

    React hook library, ready to use, written in Typescript.

  17. wagmi

    Reactive primitives for Ethereum apps

  18. form

    ๐Ÿค– Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit.

    Project mention: Seamless Forms with shadcn/ui and TanStack Form | dev.to | 2025-09-26

    In my post, "Life after Next.js: A New and Sunny Start," I talked about my journey migrating to TanStack Start and the freedom it brought. One of the loose ends I mentioned was the form situation. I'm a big fan of the aesthetics and developer experience of shadcn/ui, but its default form component is built on react-hook-form. As I'm going all-in on the TanStack ecosystem, I naturally wanted to use TanStack Form.

  19. yadm

    Yet Another Dotfiles Manager

  20. pywinauto

    Windows GUI Automation with Python (based on text properties)

  21. winXP

    ๐Ÿ Web based Windows XP desktop recreation.

  22. react-intersection-observer

    React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport.

  23. kbar

    fast, portable, and extensible cmd+k interface for your site

    Project mention: Building Command Palettes with kbar in React | dev.to | 2026-01-19

    Check the official repository: https://github.com/timc1/kbar

  24. easy-peasy

    Vegetarian friendly state for React

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Hooks discussion

Log in or Post with

Hooks related posts

  • A Clean React Folder Structure

    1 project | dev.to | 9 May 2026
  • Zustand: Bear necessities for state management in React

    1 project | news.ycombinator.com | 6 May 2026
  • EvanFlow โ€“ A TDD driven feedback loop for Claude Code

    4 projects | news.ycombinator.com | 26 Apr 2026
  • KIOKU v0.6.0: multi-agent support โ€” same vault across Claude / Codex / OpenCode / Gemini CLI

    1 project | dev.to | 24 Apr 2026
  • KIOKU v0.5.0 + v0.5.1 โ€” unified ingest router + hot cache, shipped same day

    2 projects | dev.to | 23 Apr 2026
  • Three things my Claude Code memory OSS was quietly getting wrong (KIOKU v0.4.0)

    1 project | dev.to | 22 Apr 2026
  • Zustand: React State Management Without Providers or Reducers

    3 projects | dev.to | 21 Apr 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source Hook projects? This list will help you:

# Project Stars
1 zustand 58,206
2 TanStack Query 49,573
3 husky 35,122
4 SWR 32,398
5 mantine 31,213
6 react-table 28,065
7 webhook 11,872
8 usehooks 11,486
9 awesome-react-hooks 10,210
10 drei 9,673
11 use-gesture 9,601
12 Release It! ๐Ÿš€ 8,967
13 beautiful-react-hooks 8,358
14 lefthook 8,330
15 usehooks-ts 7,827
16 wagmi 6,713
17 form 6,560
18 yadm 6,312
19 pywinauto 6,053
20 winXP 5,812
21 react-intersection-observer 5,536
22 kbar 5,212
23 easy-peasy 5,043

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?