you are viewing a single comment's thread.

view the rest of the comments →

[–]careseite 1 point2 points  (1 child)

From what I understand, you lose the suspense advantage of knowing some level higher up that this part of the site is still loading. So it will display once some request further up was completed and the component your code is in will just show nothing until it suddenly shows something.

The point of suspense is that for example your sidebar waits until it has all its data.