Next.js Discord

Discord Forum

Handling unmatched routes

Unanswered
Cornish Rex posted this in #help-forum
Open in Discord
Cornish RexOP
So I am watching a tutorial and I understand that if I use parallel routing and go through different links, rest of pages don't change and if I reload the page Next.js is looking for default.tsx for each page. So in the video the guy is creating copies of original pages and creates default.tsx for each page. Is it a good practice? Won't it slow down rendering or performance? Also how often is parallel routing used in real-world applications?

0 Replies