Replies: 1 comment
-
|
it's very much a feature we want to support. just bandwidth didnt allow to build it yet |
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.
-
Following up on the discussion here, my team has recently stumbled onto a case where it would be useful to be able to wrap a route and do a few things:
<Context.Provider>component wrapping whatever component the route originally intended to use, to make the data available to child components via hookSomething like one of these seems intuitive, but unsupported due to tanstack compiler and automatic code splitting constraints:
My understanding from the discussion on Discord is that there is interest in supporting this type of capability but it is not ready—would love to learn if there's still interest, what the constraints are, and if there's anything I can do to help 🙏
Beta Was this translation helpful? Give feedback.
All reactions