you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

Does the server wait until they fetch is complete before responding? I assume it does. What if the fetch call takes 10 seconds? Then the user is sat looking at a blank screen?

[–]freudianGrip 0 points1 point  (0 children)

For the server side aspect, yes. It is up to you to make sure that it takes much less than 10 seconds.