Closed galvez closed 3 years ago
@galvez what is different between this and #22. The latter is about to be release shortly.
@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 nuxt-static-render
still be relevant when Vue 3 is added with partial hydration?
@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?