responsively-app
responsively-app copied to clipboard
support hydration
🚀 Feature Request
📝 Description
anything that hydrates client side (i think?) doesnt seem to work.
✨ Describe the solution you'd like
anything i wrap with a <ClientOnly> tag in nuxt does not show/render in ResponsivelyApp
✍️ Describe alternatives you've considered
none that i know of?
you can Use a mounted() Hook.This hook ensures that the content is only rendered after the component has been mounted on the client-side.
you can Use a mounted() Hook.This hook ensures that the content is only rendered after the component has been mounted on the client-side.
isnt that also what <ClientOnly> is doing? whats the difference?