shuding/tilg
A magical React Hook that helps you debug components. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1725
- days_rel: n/a
- days_push: 1349
- n_releases_24m: 0
Adoption not part of the score
2179 stars · 22 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tilg is a tiny React hook (`useTilg`) that logs component lifecycle events (render, mount, unmount), component names, props, and custom debug messages to the console. It helps developers debug React components with minimal setup.
Use cases
- debug react component re-renders
- log react component lifecycle events
- see which component rendered with which props
- add quick debug logs to react components
- trace why a component re-rendered
- debug react hooks in the console
When to choose
- you want zero-config debugging for React components
- you need to see render/mount/unmount events with component names and props
- you want lightweight, template-literal-based debug messages
When to avoid
- you don't use React
- you need production-grade logging or monitoring
- you need a full devtools or time-travel debugging solution
Facets
library · maturity maintenance
logging developer-tools frontend web-development developer-tools browser react react-hooks debugging logger lifecycle-events typescript nodejs web-server
2 sources
- readme: https://github.com/shuding/tilg · fetched 2026-08-28 · 15b13d0d5a27
- registry_npm: https://registry.npmjs.org/tilg · fetched 2026-08-29 · 7602747ecd96
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shuding/tilg | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem