create-react-microservice icon indicating copy to clipboard operation
create-react-microservice copied to clipboard

Support asynchronous rendering

Open Inkdpixels opened this issue 7 years ago • 2 comments

It would be nice if we could enhance the code splitting into one module for the store, and one for the current route. That way we can get more out of HTTP/2's multi-plexing.

Inkdpixels avatar Dec 02 '17 13:12 Inkdpixels

Suspended until hypernova#51 is implemented

Inkdpixels avatar Dec 03 '17 16:12 Inkdpixels

@Inkdpixels This is currently supported since the 2.1.1 hypernova version. https://github.com/airbnb/hypernova/commit/ca74d2123708f29ab3bb3cc897874e2d894b8394#diff-19b62c5258de09e32f97ee52dd8e9615

is this still valid?

marconi1992 avatar Sep 16 '19 06:09 marconi1992