Replies: 3 comments
-
Def want something like this too ^ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would definitely be interested in seeing Tanner's or someone else from the Tanstack team's thoughts on implementing this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I might be wrong but I think you can you the Router Context to achieve the same thing |
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
Uh oh!
There was an error while loading. Please reload this page.
-
react-router-dom outlet can take any context which will be passed to all sub-routes and it makes it really powerful feature. Would be great to implement something similar. Or there are any ways to achieve the same result?
<Outlet context={{ randomValue: 1 }} />
Beta Was this translation helpful? Give feedback.
All reactions