rsnext/packages/next/client/components
Tim Neutkens a4668f29b6
Add handling for back/forward (popstate) between old and new router (#38453)
Handles the case where you navigate between routes in `pages` and `app`.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-07-08 13:54:52 +00:00
..
app-router.client.tsx Add handling for back/forward (popstate) between old and new router (#38453) 2022-07-08 13:54:52 +00:00
hooks-client-context.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
hooks-client.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
hooks-server-context.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
hooks-server.ts Implement new client-side router (#37551) 2022-07-06 21:16:47 +00:00
layout-router.client.tsx Add param names into the tree (#38415) 2022-07-07 13:52:07 +00:00
match-segments.ts Add param names into the tree (#38415) 2022-07-07 13:52:07 +00:00
reducer.ts Add handling for back/forward (popstate) between old and new router (#38453) 2022-07-08 13:54:52 +00:00