-
Notifications
You must be signed in to change notification settings - Fork 2
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
Granular SSR/client rendering of components #34
Comments
@husayt With full static, we still have a payload which includes server data and hydration happens for all nodes. This RFC is to avoid transferring unnecessary data to client side and extra hydration |
Quick question, when navigation happens on client side, does the serverData hook triggers on client side to hydrate html? |
Will |
@jpsc I don't think so. |
This is a petition to move nuxt-static-render to the
nuxt-community
namespace.nuxt-static-render
is a lightweight, Nuxt-targeted alternative to vue-lazy-hydrate. It offers the ability to render components on the server without delivering the data used in__NUXT__
, with optional ability to rehydrate on the client only if needed.Moreover, due to the simplicity of the implementation and small footprint of the module, perhaps we can also considering add a
<nuxt-render>
core built-in?The text was updated successfully, but these errors were encountered: