next-redux-fetch

JSON →
library 1.6.7 ·javascript deprecated
verified Jun 7, 2026

Integrates Redux dispatch actions into Next.js data fetching by wrapping createAsyncThunk thunks into a custom store. Version 1.6.7 is in beta and not production-ready. Requires @reduxjs/toolkit ^2.0.1, Next.js, React, and Redux ^5.0.0. Key differentiators: allows using Redux thunks for both server-side and client-side data fetching in Next.js App Router, but is still experimental with API subject to change.