tshaddix/webext-redux
A set of utilities for building Redux applications in Web Extensions. observed · 2026-08-28
Health v2 · maintenance only
26/100
- Activity 7
- 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: 3876
- days_rel: 673
- days_push: 561
- n_releases_24m: 1
Adoption not part of the score
1236 stars · 184 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
webext-redux is a JavaScript library providing utilities for building Redux-powered web browser extensions. It lets the background page hold the Redux store while popups and content scripts use a proxy store that dispatches actions and receives state updates over the extension messaging channel.
Use cases
- share a single Redux store across a browser extension's background page and UI components
- dispatch Redux actions from a popup or content script to the background script
- sync extension state between content scripts, popups, and the service worker
- use react-redux with a proxy store in a Chrome extension popup
- apply Redux middleware to a proxy store in a web extension
- handle service worker restarts in a Manifest V3 extension with a central store
When to choose
- you are building a Chrome/Firefox web extension and want Redux as the single source of truth
- your extension has multiple UI surfaces (popup, options page, content scripts) that need shared state
- you want to reuse existing Redux tooling like react-redux and middleware in an extension
When to avoid
- your extension is simple enough that plain messaging APIs suffice
- you use a state management library other than Redux
- you are building a regular web app rather than a browser extension
Facets
library · maturity active
state-management middleware developer-tools browser-extensions frontend web-development browser-extension redux web-extension chrome-extension proxy-store background-script javascript nodejs
2 sources
- readme: https://github.com/tshaddix/webext-redux · fetched 2026-08-28 · 899c894c1359
- registry_npm: https://registry.npmjs.org/webext-redux · fetched 2026-08-29 · 10bdcbd2dbb9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tshaddix/webext-redux | main | 26 |
For agents
markdown · JSON · MCP: product_card(name="tshaddix/webext-redux")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem