kirill-konshin/next-redux-wrapper
Redux wrapper for Next.js 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: 3484
- days_rel: n/a
- days_push: 1107
- n_releases_24m: 0
Adoption not part of the score
2673 stars · 261 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A HOC library that integrates Redux state management with Next.js, automatically creating and synchronizing store instances across server-side rendering, static generation, and client hydration. It provides a uniform interface for accessing the Redux store in getStaticProps, getServerSideProps, and getInitialProps.
Use cases
- use redux with next.js app router pages
- share redux state between server and client during hydration
- access redux store in getServerSideProps or getStaticProps
- set up redux toolkit with next.js
- use redux saga with next.js server rendering
- reconcile redux state after next.js page navigation
When to choose
- you use Next.js pages router with Redux and need SSR/SSG state hydration
- you need the store available in getInitialProps or data-fetching methods
- you use Redux Toolkit or Redux Saga in a Next.js app
When to avoid
- you use the Next.js App Router with React Server Components
- you use client-side-only state like Zustand or Jotai instead of Redux
- you don't need server-side rendering or static generation
Facets
library · maturity maintenance
state-management ssr middleware frontend web-development redux nextjs react hoc server-side-rendering hydration redux-toolkit redux-saga nodejs javascript
2 sources
- readme: https://github.com/kirill-konshin/next-redux-wrapper · fetched 2026-08-28 · d9c555062b1b
- registry_npm: https://registry.npmjs.org/next-redux-wrapper · fetched 2026-08-29 · c4a4e605102a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kirill-konshin/next-redux-wrapper | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="kirill-konshin/next-redux-wrapper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem