You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If done-ssr is used within an http2 server there will be a response.push method that can be used to push resources. Since we know the bundles the user will need to render the page we could push those immediately.
This would require adding configuration for the bundles path:
ssr({},{bundlesPath: __dirname+"/dist"});
The text was updated successfully, but these errors were encountered:
If done-ssr is used within an http2 server there will be a
response.push
method that can be used to push resources. Since we know the bundles the user will need to render the page we could push those immediately.This would require adding configuration for the bundles path:
The text was updated successfully, but these errors were encountered: