# kirill-konshin/next-redux-wrapper

Redux wrapper for Next.js

Repository: https://github.com/kirill-konshin/next-redux-wrapper
Canonical: https://ross.abutalabs.com/products/next-redux-wrapper
Language: TypeScript
License: MIT
License Family: permissive
Topics: nextjs, redux, react, react-redux, isomorphic, redux-saga, redux-toolkit
Last push: 2023-08-22T21:18:40+00:00

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

## Adoption (not part of the score)
Stars 2673, forks 261 (observed 2026-08-28T04:07:09.625381+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: state-management, ssr, middleware
- domain: frontend, web-development
- platform: -
- tags: redux, nextjs, react, hoc, server-side-rendering, hydration, redux-toolkit, redux-saga, nodejs, javascript

## Member repositories
- kirill-konshin/next-redux-wrapper (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:09.625381+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-30T02:18:05.594523+00:00, confidence not recorded.
  - readme: https://github.com/kirill-konshin/next-redux-wrapper (fetched 2026-08-28T04:07:09.625381+00:00, sha d9c555062b1b)
  - registry_npm: https://registry.npmjs.org/next-redux-wrapper (fetched 2026-08-29T10:00:49.503279+00:00, sha c4a4e605102a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
