next-redux-wrapper icon indicating copy to clipboard operation
next-redux-wrapper copied to clipboard

Redux wrapper for Next.js

Results 66 next-redux-wrapper issues
Sort by recently updated
recently updated
newest added

## Describe the bug `[email protected]` is incompatible with `@reduxjs/[email protected]` due to this breaking change in `redux-toolkit`: > [The builder.addCase method now throws an error if a type string is empty.](https://github.com/reduxjs/redux-toolkit/releases/tag/v1.9.6#:~:text=Other%20Fixes-,The%20builder.addCase,-method%20now%20throws)...

bug

please make feature by next 13

## Describe the bug There is a full example of implentation with redux tool kit [here](https://github.com/kirill-konshin/next-redux-wrapper/blob/master/packages/demo-redux-toolkit) (mentioned in the [readme](https://github.com/kirill-konshin/next-redux-wrapper/tree/286f756acf91224dddae62f81b0560ad432b3b80#redux-toolkit)). But the example [contains the following comment](https://github.com/kirill-konshin/next-redux-wrapper/blob/master/packages/demo-redux-toolkit/pages/_app.tsx#L19), with no further...

bug

According react-redux docs this is not required with React 18 in use: https://react-redux.js.org/api/batch But I had some doubts as explained below: ------------- _As of React 18, React has improved its...

based on: https://stackoverflow.com/questions/74888537/proper-way-of-using-redux-and-rtkq-in-nextjs-with-code-splitting i assume the wrapper reloads the whole configuration on any request the store does some form of mutation. I'd like to know whether anyone has tried and...

bug

## Describe the bug When using Next.js, Redux Toolkit, and Next Redux Wrapper, there is an issue with preserving the counter value between page transitions. ## To Reproduce _It is...

bug

Getting `TypeError: Cannot destructure property 'store' of 'useReduxContext(...)' as it is null.` error after migrating to latest version of this package. I have changed this due to the warning in...

bug

## Describe the bug I am trying to setup a new Next.js project (v13 but using pages directory routing) ```ts // create a makeStore function const makeStore = (context: Context)...

bug

## Is your feature request related to a problem? Please describe. In our app we have a custom app (_app.tsx) where we fetch some basic data needed across the site...

## Describe the bug I am using getStaticProps on a page to fetch data, dispatch a redux action to set the state, and later get that state from redux to...

bug