▲ | singinwhale 2 days ago | |||||||||||||||||||||||||
Thinking about user seeing pixels is seeing just a part of the picture. As all software projects you don't optimize just for immediate user experience but also development time. Time to first draw rarely coincides with development time. | ||||||||||||||||||||||||||
▲ | osigurdson 2 days ago | parent | next [-] | |||||||||||||||||||||||||
Dealing with over-fetch / under-fetch most certainly does chew up development time. Creating endless api endpoints that are only used by the web UI is also very time consuming (the industry is finally recognizing how dumb this is and moving back to older SSR approaches). How about, "the user is allowed to access this information on the server - system you figure out what / when to fetch portions of this information for viewing"? | ||||||||||||||||||||||||||
▲ | redwall_hp 2 days ago | parent | prev [-] | |||||||||||||||||||||||||
And I don't care about pixels; I want to see structured documents. How I choose to view those is my business. | ||||||||||||||||||||||||||
|