Next.js Discord

Discord Forum

Lint rule to warn the use of next App Router features, since we are only using Page Router

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
Is there a lint rule to warn against using next App Router features when we only intend to use Page Router? Our team occasionally mistakenly uses App Router features, which is not intended.

4 Replies

app router features wont really work in pages router. do they?
- declaring use client or use server has no effect in pages router
- data fetching in pages router is all different from app router
Barbary LionOP
yes, but the useSearchParams hooks work on page router
only on development