captivationsoftware/react-sticky
<Sticky /> component for awesome React apps observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4401
- days_rel: n/a
- days_push: 1338
- n_releases_24m: 0
Adoption not part of the score
2636 stars · 369 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A React library providing <Sticky> and <StickyContainer> components that keep UI elements affixed to the viewport while scrolling. It computes positions and passes style and state props to a render callback.
Use cases
- make a navbar stick to the top of the page while scrolling
- create a sticky sidebar in a two-column layout
- keep a header visible during scroll in a React app
- stack multiple sticky elements on top of each other
- limit sticky behavior to a container's bounds
When to choose
- you need sticky elements in older browsers lacking CSS position: sticky support, such as IE11
- you need programmatic control over sticky state and positioning in React
- you're already on React 15.3+ with a legacy codebase
When to avoid
- starting a new project - the library is no longer maintained
- your target browsers support CSS position: sticky, which is faster and simpler
- you need active support, bug fixes, or compatibility with the latest React versions
Facets
library · maturity abandoned
ui-components frontend-framework frontend web-development browser react sticky-elements scroll-positioning unmaintained nodejs javascript
2 sources
- readme: https://github.com/captivationsoftware/react-sticky · fetched 2026-08-28 · 42b14764ea16
- registry_npm: https://registry.npmjs.org/react-sticky · fetched 2026-08-29 · bba766fd142b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| captivationsoftware/react-sticky | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="captivationsoftware/react-sticky")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem