My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Does Aurelia display its components in order, or independently, as soon as they are loaded?

Does Aurelia display its components in order, or independently, as soon as they are loaded?

Bazyli Brzóska's photo
Bazyli Brzóska
·Feb 29, 2016

Displaying components independently is considered bad UX (because of content shifting around, things "appearing", which sometimes change the layout upon loading / filling a container). The solution most commonly seems to be to load components and their dependencies asynchronously, but render only once the previous component in order is already displaying.

How does Aurelia behave with this matter?

See more info about the issue here:

https://jakearchibald.com/2016/link-in-body/

And a demo of the issue:

https://jakearchibald-demos.herokuapp.com/progressive-css/naive.html