Sign in
Log inSign up
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

Hassle-free blogging platform that developers and teams love.
  • Docs by Hashnode
    New
  • Blogs
  • AI Markdown Editor
  • GraphQL APIs
  • Open source Starter-kit

© Hashnode 2024 — LinearBytes Inc.

Privacy PolicyTermsCode of Conduct