01 / 10
One screen is made of two kinds of round trip
Open a social app and the frame shows up first, then the posts fill in. In that split second, two round trips with completely different personalities have taken place.
- ① The round trip that fetches the container … HTML, CSS, JavaScript. Everyone who opens it gets the same thing
- ② The round trip that fetches the data … the list of posts, your own name. What comes back differs from person to person
Think of ① as delivering an empty shelf, and ② as delivering the goods that go on the shelf.
Once you can look at these two separately, you know where to search when something goes wrong. No frame at all means ①. The frame is there but nothing is in it means ②. Both look like "it is not showing", but the cause sits in a completely different place.