How to conditionally render texts based on wrapped component like Next.js <AppOnly />
?
#2183
Unanswered
devjiwonchoi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Next.js docs, the page contents are conditionally visible by the selected router App and Page.
The pages seem to be managed in the
next.js/docs
directory, with wrapping the texts with<AppOnly />
and<PageOnly />
.How can I achieve that in
nextra
?Beta Was this translation helpful? Give feedback.
All reactions