connected-next-router icon indicating copy to clipboard operation
connected-next-router copied to clipboard

A Redux binding for Next.js Router compatible with Next.js.

Results 21 connected-next-router issues
Sort by recently updated
recently updated
newest added

## Improvements - [x] use store.dispatch to actually dispatch the LOCATION_CHANGE action (so all middlewares are able to process the action; the sequence of applied middlewares does not matter anymore)

my app.js push not working properly router.push({ pathname: `home/${productName}/${id}/view`, query: { previousLabel } }) Error from project Unhandled Runtime Error TypeError: url.startsWith is not a function Source next-server\lib\router\router.ts (97:6) @...

Would be great to have an option to change the hardcoded type action name such as this one https://github.com/danielr18/connected-next-router/blob/master/src/actions.ts#L11 .

good first issue

I am migrating from client side rendering to `next.js` for SSR. Although `connected-next-router` is supposed to replace `connected-react-router` (with the basic analogical name) it does not include a very basic...

good first issue

Similar issue to https://github.com/danielr18/connected-next-router/issues/89. We are using `[email protected]`. It works with `npm install --force` but it would be good to not have to do that. ``` npm ERR! Could not...

I'm interested in an example that works with redux-persist. I have trouble getting this to work with it, but I think it's fairly common for one to want to persist...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [start-server-and-test](https://github.com/bahmutov/start-server-and-test). These dependencies need to be updated together. Updates `axios` from 0.27.2 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7...

dependencies