Nested routes
#10817
Replies: 1 comment
-
Are you sure this the case? Try rendering |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I came to next.js after nuxt.js and I have question about nested routes.
For example I have structure pages:
And I need common component for article (where I get article data) and it will be parent component for pages (index, edit, statistic) and will not reload after I change router inside (example:
/article/[id]/ -> /article/[id]/edit
). I know about I can use common parent component but it will be reload when I change inside router.I need some like this https://nuxtjs.org/guide/routing#nested-routes
How can I do functional like this?
Beta Was this translation helpful? Give feedback.
All reactions