Comment on React 19 Breaks Async ComposabilityComments−jenadine2yWhat does that mean? (for someone not familiar with React)−orangepanda2yNothing functional breaks because of this. Waterfall requests, which already had bad ux, have worse ux now.−crooked-v2yIt 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.−nottorp2yWhat does 'rendering' mean in non javascript terms?I have a feeling it means 'generate html' in english.−unconed2yRecursively expanding components until you end up with nothing but HTML.−nottorp2yI hate tech hyperbolizing...
Comments
What does that mean? (for someone not familiar with React)
Nothing functional breaks because of this. Waterfall requests, which already had bad ux, have worse ux now.
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.
What does 'rendering' mean in non javascript terms?
I have a feeling it means 'generate html' in english.
Recursively expanding components until you end up with nothing but HTML.
I hate tech hyperbolizing...