NextJS Q&A
Sign in with Github
Sign in with Google
Questions - NextJS
Q1: What is the use of layout component.
Q2: How can we navigate between routes in server components.
Q3: What is Streaming and how it works in NextJS.
Q4: Use of custom Loading UI component.
Q5: What is permanentRedirect function.
Q6: What are the ways to navigate between routes.
Q7: How to setup NextJs app router project.
Q8: Use of custom Error component.
Q9: What is file-system based router.
Q10: Usages of usePathname and useSearchParams.
Q11: How we can programatically navigate between routes.
Q12: How to add page meta data using app router dynamically.
Q13: What is the template file and how can we use it.
Q14: How to add page meta data in page router.
Q15: How to add page meta data using app router.
Q16: What is soft navigation.
Q17: How to use Link component.
Q18: How to mantain scroll position during route navigation.