next-learn
next-learn copied to clipboard
Chapter 11: Small typo `searchParams` should be `useSearchParams`
At the beginning of Chapter 11 you write:
In this chapter...
Here are the topics we’ll cover Learn how to use the Next.js APIs:
searchParams,usePathname, anduseRouter. Implement search and pagination using URL search params.
It should be useSearchParams.