# HubSpot/youmightnotneedjquery

Repository: https://github.com/HubSpot/youmightnotneedjquery
Canonical: https://ross.abutalabs.com/products/youmightnotneedjquery
Homepage: http://YouMightNotNeedjQuery.com
Language: Astro
License: MIT
License Family: permissive
Last push: 2024-07-12T14:59:55+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4613, "days_push": 782, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 14159, forks 520 (observed 2026-08-28T04:11:05.667471+00:00)

## What it is
A website and open-source resource showing how to replace common jQuery patterns with native browser JavaScript (fetch, querySelector, etc.), organized by browser support level. It is built with Astro and published at YouMightNotNeedjQuery.com.

## Use cases
- find vanilla JS equivalent of a jQuery snippet
- remove jQuery dependency from a library
- learn fetch instead of $.ajax
- check browser support for DOM APIs
- migrate legacy code off jQuery

## When to choose
- you want to drop jQuery and use native browser APIs
- you need copy-paste alternatives organized by IE/modern browser support
- you are building a library and want minimal dependencies

## When to avoid
- you need a runnable library or utility package rather than reference snippets
- you must support very old browsers like IE8 with complex jQuery features
- you want a codemod or automated migration tool

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: developer-tools, documentation
- domain: web-development, frontend, education, tutorials
- platform: -
- tags: jquery, vanilla-javascript, browser-compatibility, reference-site, frontend, web, nodejs

## Member repositories
- HubSpot/youmightnotneedjquery (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:05.667471+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:12:46.522026+00:00, confidence not recorded.
  - readme: https://github.com/HubSpot/youmightnotneedjquery (fetched 2026-08-28T04:11:05.667471+00:00, sha ea111aa1d205)
  - homepage: http://YouMightNotNeedjQuery.com (fetched 2026-08-29T08:06:42.408868+00:00, sha 6af97815a98f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
