Wyatt Johnson
Wyatt Johnson
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature -...
I'd like to use this package with my custom web application wrapper, but I can't match the functionality provided by the `NewGzipLevelHandler` without the `acceptsGzip` function exposed: https://github.com/NYTimes/gziphandler/blob/fb3533722e14198abe471546c9798fd556531451/gzip.go#L174
When a middleware changes the `req.fetchOpts.method` to `GET`, at the moment, it will try to send the `body` parameter down to `fetch` which causes an error: ``` TypeError: Window.fetch: HEAD...
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature...
This adapts the new client hooks of `usePathname`, `useSearchParams`, and `useRouter` to work within the `pages/` directory to aid users attempting to migrate shared components over to the `app/` directory....
== Feature Request Is it possible to have an alternative to MySQL being PostgreSQL? I've used MySQL for a long time, but come recently I've begun to transition to PostgreSQL,...
Added the `head.{j,t}sx` files to the `create-next-app` templates.
After speaking with @timneutkens, this PR provides a smoother experience to users trying to migrate over to app without affecting users in pages. This PR adds a new export available...
## `useRouter` These hooks are designed to be used in components that are imported into both `pages/` and `app/`. During the intermediate phase in the application development lifecycle when developers...
### What This adds support for navigation signals like `notFound()` and `redirect(url)` when Partial Prerendering has been enabled. ### Why Navigation API's like `notFound()` and `redirect(url)` throw errors in order...