lostpebble/pullstate
Simple state stores using immer and React hooks - re-use parts of your state by pulling it anywhere you like! observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 85
- 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: 2755
- days_rel: n/a
- days_push: 92
- n_releases_24m: 0
Adoption not part of the score
1072 stars · 22 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pullstate is a lightweight (~7KB) React state management library that lets you create simple stores and pull state anywhere in the React tree via hooks, using immer for immutable-friendly updates. It also supports server-side rendering and async actions with Suspense-based UI state control.
Use cases
- manage global state in a react app with hooks
- update state immutably using immer
- share state across components without prop drilling
- server-side render react apps with state
- handle async action loading and error states in ui
- create lightweight stores without redux boilerplate
When to choose
- you want a tiny, simple state solution with react hooks
- you prefer immer-style direct mutations for updates
- you need built-in ssr support and async actions
- your app is small-to-medium and redux feels too heavy
When to avoid
- you need a large ecosystem with devtools, middleware, and plugins
- you rely on a library with frequent updates and a large community
- you need fine-grained reactive selectors outside react components
- you're building a non-react frontend
Facets
library · maturity maintenance
state-management frontend-framework frontend web-development cross-platform react-hooks immer ssr async-actions typescript nodejs web-server
3 sources
- readme: https://github.com/lostpebble/pullstate · fetched 2026-08-28 · a4ae4cc927e7
- homepage: https://lostpebble.github.io/pullstate · fetched 2026-08-29 · ce9cc9875b27
- registry_npm: https://registry.npmjs.org/pullstate · fetched 2026-08-29 · b1132a912947
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lostpebble/pullstate | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="lostpebble/pullstate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem