Replies: 1 comment 5 replies
-
can you please provide a minimal complete example by forking one of the existing examples ? |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Is there any way could realize function like remix, split pendingComponent by outlet.
I have 2 route for example
/a/a1
/a/a2
, and these 2 pages are under same layout.If I navigate to
/a/a2
from/a/a1
, it will trigger whole page into pendingComponent now.But I wanna make the pendingComponent just render at
<Outlet/>
position.Beta Was this translation helpful? Give feedback.
All reactions