Better question: Is an iPhone less than a tiny PC?
If it weren’t for the crippled OS, their ridiculous power would be more obvious. They’re probably faster than any two-generation old, mid range CPUs and GPUs, as well.
That said, remember iPhone Pro phones cost more than most laptops, and by that same token, have more powerful gpus and cpus than most laptops, too.
The generalized approach in industry is to use API calls, and create classes to structure the data you receive as JSON or XML. At that point, it is entirely up to you how to format and display the data from your classes. Take a look at some of the Lemmy client code like Mlem, Memmy, or Voyager as examples. Though they have gotten more complicated, they all follow this client-server model for front end development.
However, due to recent shenanigans around API and RSS by companies, mostly those looking to prevent AI companies from using their data for free, the alternative, much worse method is to take the HTML output from a standard web request, and try to reverse engineer the page information into a class structure. This sucks, breaks frequently, and requires you to code around ads and other junk on pages in order to get at the content.