vike-vue
vike-vue copied to clipboard
Use `shallowRef()` instead of `shallowReactive()` for `pageContext` and data
Slightly but negligible DX regression, but very well worth it as it's much cleaner (much less potential for bugs) and probably a lot more performant. It will also enable Vike to remove this ugly workaround.