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
The renderVue works in the same way as renderReact. However, for renderVuex we need to save somewhere the Vuex store's state when the server-side rendered view is serialized in order to hydrate it on the client-side.
Hi Felipe! Nice lib!
I'm trying to understand why in clientside's renderVuex (defined on https://github.com/ara-framework/hypernova-vue/blob/master/src/index.ts#L100), you expect propsData to be encapsulated by a data key, but then on the serverside's renderVuex (https://github.com/ara-framework/hypernova-vue/blob/master/src/server.ts#L39) there's no such expectation.
Am I missing something ?
Thank you!
The text was updated successfully, but these errors were encountered: