Home »
MCQs »
Next.js MCQs
Using the ____ component, Next.JS allows you to link sites on the client side
17. Using the ____ component, Next.JS allows you to link sites on the client side.
- Page link
- Link React
- linking
Answer: B) Link React
Explanation:
Using the Link react component, Next.JS allows you to link sites on the client side.