juliencrn/usehooks-ts

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 8th, 2026
Created on April 15th, 2020
Open Issues & Pull Requests: 129 (+0)
GitHub issues: Enabled
Number of forks: 456
Total Stargazers: 7,854 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.0 days
Mean response time: 30.5 days
90th percentile: 72.1 days
Tracked items: 29

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 650 days
Stale 30+ days: 20
Stale 90+ days: 20

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (28)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

usehooks-ts is a React hook library written in TypeScript that provides reusable hooks for common application patterns.

The library addresses the problem of repetitive hook logic across React projects by offering a collection of pre-built, production-tested hooks that follow DRY principles. Each hook is designed to handle a specific use case, from state management to side effects to DOM interactions. The approach emphasizes minimal bundle impact through full tree-shaking support in the ESM version, ensuring that only imported hooks are included in the final build.

Developers should choose this library if they want to reduce boilerplate in their React applications without adding significant overhead. It suits projects of any scale where developers want access to well-tested, commonly needed hooks rather than implementing them from scratch. The library is particularly valuable for teams that want to standardize hook patterns across multiple projects while maintaining a small footprint.

The project maintains active development with regular updates and contributions from multiple developers. The codebase demonstrates consistent attention to testing, with hooks extensively tested before reaching production use. Documentation is comprehensive and accessible through a dedicated website, supporting developers in understanding and implementing each hook effectively.