Parallel routing #4618
Replies: 2 comments 3 replies
-
What you're asking for (each widget being a separate route) would be done with However, if you want a single page with multiple widgets that have their own loaders and ErrorBoundary, etc., Remix doesn't support it natively, but I do have a PoC that does exactly that. https://rmx.fyi/compdata |
Beta Was this translation helpful? Give feedback.
-
What I do to have this is to combine the |
Beta Was this translation helpful? Give feedback.
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 😄 !
If I am not mistaken, it is not possible today to have more than one child route in a route.
I am working on a dashboard where I would like to have for each component (kind of widget?) an error boundary, a loader and an action. I have made a quick drawing below.
As a junior developer, as this does not seem possible today if I am not mistaken, I am wondering if my request is interesting, or if I need to rethink my entire integration, or if I even have understood Remix routing correctly.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions