When loading pages for the first time, things often load in strange orders and things jump around a bit before being presented to the user.
The https://explorer.opentelemetry.io/java-agent page is an example, where the "news" section loads after the other panels sometimes.
We should investigate better ways to handle async data loading and the way we present pages to the user so it doesn't feel like 8 different components are all loading and updating the page independently
When loading pages for the first time, things often load in strange orders and things jump around a bit before being presented to the user.
The https://explorer.opentelemetry.io/java-agent page is an example, where the "news" section loads after the other panels sometimes.
We should investigate better ways to handle async data loading and the way we present pages to the user so it doesn't feel like 8 different components are all loading and updating the page independently