-
I am using a library that is not SSR friendly. Because of this I’ve only imported the library on the client-side and used a Vue 3 ClientOnly component (https://github.com/frandiox/vite-ssr/blob/master/src/vue/components.ts). The initial hydration works correctly, however, after interacting with the non-SSR-friendly component I am getting a bunch of hydration errors.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
From what I can tell vue-client-only (https://github.com/egoist/vue-client-only) which is used by Nuxt does not support Vue 3. (https://v3.vuejs.org/guide/migration/events-api.html)
-
For those curious, library is: https://github.com/nathanreyes/v-calendar. Their forums recommend using vue-client-only for Vue 2 SSR, but don’t mention Vue 3 SSR.