-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
feature / enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the problem
My site queries an external API with the following pattern:
handleextracts user ID from cookie+layout.sveltefetches user by user ID+page.sveltefetches profile by user ID
These fetches previously happened in parallel. With $session removed I have no way to write this code without introducing a waterfall
Describe the proposed solution
I'm happy with any solution folks can think of that solves this problem
I think we could potentially solve this as part of #7105
Alternatives considered
No response
Importance
i cannot use SvelteKit in a performant manner without it
Additional Information
No response
kvetoslavnovak, teemingc, avarun42, liborvanek, hanszoons and 6 moreemmnull
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or request