Skip to content

Add support for out-of-order render client side#948

Merged
gigabo merged 1 commit into
redfin:masterfrom
gigabo:out-of-order
Sep 8, 2017
Merged

Add support for out-of-order render client side#948
gigabo merged 1 commit into
redfin:masterfrom
gigabo:out-of-order

Conversation

@gigabo

@gigabo gigabo commented Aug 28, 2017

Copy link
Copy Markdown
Contributor

React Server assumes that it can render in-order client side since the data required to render each element will necessarily have arrived by the time it is reached. In order to support moving the JS for non-critical above-the-fold components into a secondary bundle, though, we would need support for out-of-order rendering in the browser.

React Server assumes that it can render in-order client side since the data
required to render each element will necessarily have arrived by the time it
is reached. In order to support moving the JS for non-critical above-the-fold
components into a secondary bundle, though, we would need support for
out-of-order rendering in the browser.
@gigabo gigabo added the enhancement New functionality. label Aug 28, 2017
@gigabo gigabo merged commit d3a7777 into redfin:master Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New functionality.

2 participants