[v7] Why does route renders multiples times if multi level routes? #12636
Unanswered
4FunAndProfit
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
Is this expected behavior or not? I can't find out or understand why, so I'm wondering, especially about the performance part, perhaps?
Let's say you have a
test
route:If you have in level 1 the route as this:
=> console log run 1 time in the browser console as expected
But if you have level 2 like this:
=> console.log run in the browser console 2 times (???)
It is the same for level X it will console log X time (???)
Is it expected ?
Thanks a lot in advance :)
Beta Was this translation helpful? Give feedback.
All reactions