Frontend Crew Talk Quiz
Question 1/7
What naming a folder with _ at the start does in app directory ?
1
Naming folder starting with _ exludes all pages in that directory from a sitemap2
Naming folder starting with _ treats pages inside this folder as non-indexable3
Naming folder starting with _ allows new Typescript plugin to work correctly4
Naming folder starting with _ exludes all pages in the directory and they won't be reachableWhat import path is used for importing useRouter in app directory?
1
It's next/navigation2
Same as previously (next/router)3
It's next/link4
It's next