Next.js Discord

Discord Forum

does next.js have hooks

Answered
Emmz posted this in #help-forum
Open in Discord
please does next.js have it own hooks like react.js and if No what is useRouter
Answered by riský
And for a list of them: https://nextjs.org/docs/app/api-reference/functions (btw not all of these are hooks - just the ones that start with "use")
View full answer

3 Replies

@Emmz please does next.js have it own hooks like react.js and if No what is useRouter
does next.js have it own hooks like react.js
yes, for example useRouter
And for a list of them: https://nextjs.org/docs/app/api-reference/functions (btw not all of these are hooks - just the ones that start with "use")
Answer
thanks a lot