Replies: 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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