Can you assign an initial value to a fetch using data acquired by another fetch that happened earlier? #843
Unanswered
GorkemSahin
asked this question in
Q&A
Replies: 0 comments
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.
-
Say, you have a base-url/user endpoint that gives you basic info about all users, and another endpoint such as /user/:id that returns the detailed information related to an individual user. Once we navigate to the detailed user profile page, can we populate the page with the basic info we already have until the detailed response arrives?
Beta Was this translation helpful? Give feedback.
All reactions