Replies: 2 comments
-
ok, i guess this isnt possible? |
Beta Was this translation helpful? Give feedback.
0 replies
-
What about only rendering the load element for path 1 during initial render, and then return element to load path2 in the response of path1, in addition to your regular response? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried to find an answer to this, and seen things such as this question, but could not figure out via code... My goal here is to sequentially load n different elements on load. Contrived/simplified code:
I'd like them all to use a single
queue
, perhaps viahx-sync
. I've tried to do this via a parent element, etc, but could not figure out a solution so far. Thanks~Update, this is the closest I got so far, but its only executing 2 of the 4 requests:
I tried various options for the secondary
queue
argument.This also did NOT work, and everything was issued at once:
Beta Was this translation helpful? Give feedback.
All reactions