Y
Hacker News
new
|
ask
|
show
|
jobs
by
crooked-v
739 days ago
It makes anything that does lazy loading in parallel noticeably worse by forcing waterfall-only loading, in order to make rendering and management of loading states slightly better.
1 comments
nottorp
739 days ago
What does 'rendering' mean in non javascript terms?
I have a feeling it means 'generate html' in english.
link
unconed
739 days ago
Recursively expanding components until you end up with nothing but HTML.
link
nottorp
739 days ago
I hate tech hyperbolizing...
link
I have a feeling it means 'generate html' in english.