Could i use Unicorn to load components after page load #503
Unanswered
Matthijz98
asked this question in
Q&A
Replies: 2 comments
-
Yes! That would definitely work. Using |
Beta Was this translation helpful? Give feedback.
0 replies
-
I gave it a try but the hole pages gets delayed until mount is done.
|
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.
-
I have a recemented products component on a page but the query for that takes a while sometimes if not cached.
Could i use Unicorn to load it later so have a empty component in the loading stage and than wait on the sql to finish before loading?
I thought of doing it with the mount() method. But i was wondering if there are other ways i could takel this.
Beta Was this translation helpful? Give feedback.
All reactions