does next.js have hooks
Answered
Emmz posted this in #help-forum
EmmzOP
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")
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.jsyes, for example
useRouterAnd 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
EmmzOP
thanks a lot