Tanstack Router + Relay #807
Unanswered
ValenCassa
asked this question in
Q&A
Replies: 2 comments 8 replies
-
There is no storage or linkage between the load function and the component now. Just the suspense. You’ll need to store any data or refs outside the component for now. I could possibly wire up a context… |
Beta Was this translation helpful? Give feedback.
8 replies
-
it would be nice if I can build Tanstack Router version of https://github.com/loop-payments/react-router-relay (long story short, you can use EntryPoint pattern with it) |
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.
-
Hi all! I'm using Tanstack router + Relay for my app but now that loaders are gone, is it possible to still pass in the
initialQueryRef
that you get fromloadQuery
to the component?Beta Was this translation helpful? Give feedback.
All reactions