redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

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

Closed gigabo closed 6 years ago

gigabo commented 6 years ago

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.