some data is loaded later in the application and an empty design image appears on my homepage until they are loaded, what can I do for this? I don’t want it to be visible to the user before the data comes
>Solution :
Initialize your design elements as invisible by default. You can add a loading animation at that time. Then you can make it visible after the data is loaded and stop the loading animation.