1

I am planning to implement the following website.

user clicks play button, it first loads data then shows. How could I load all data first?

Any recommendations?

1 Answers1

1

You could load it asynchronously in the background and show a loading page to the user.

FrediWeber
  • 1,099
  • 1
  • 10
  • 21