Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

gigabo
Copy link
Contributor

@gigabo gigabo commented Aug 28, 2017

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants