Rom

Results 965 comments of Rom

> Can you share what the DX would look like for fetching data on layout-level with `useDataCacheKey()`? It's only meant for generating the cache key for data-fetching tools that use...

> Meanwhile, `onBeforeRender()` requires that I copy-and-paste the data fetching code across all of the settings pages. You can use [config inheritance](https://vike.dev/config#inheritance) to avoid that. > (and the data fetching...

After mulling it over a bit, I agree with you. I went ahead and created a feature request for it: [#1833 - Make `+data` and `+onBeforeRender` cumulative](https://github.com/vikejs/vike/issues/1833). So you'll be...

Thank *you* for the constructive conversation! We're a little bit busy with a couple of priorties at the moment, but I do consider #1833 high priority so you can expect...

Would a CSP nonce comply? See https://github.com/vikejs/vike/issues/1554. With `integrity="sha384-$HASH"` you mean that the `$HASH` is the value from applying the SHA384 algorithm on the content of the script, correct? That...

Thank you for circling back on this. Re-opening as it may be relevant to other users.

No but you can use the pre-release, see https://github.com/vikejs/vike/issues/1554#issuecomment-3228646505.

Closing in favor of: - https://github.com/vikejs/vike/issues/2566

@bluepeter Hi Peter, WDYT of thing? At first sight it looks nice and they have a free plan, so I guess we can merge this?

> if HTML `pushState` was used (e.g. if say, page state is saved in the querystring/hash) Can you elaborate on that? Or minimal reproduction welcome. > ideally, `onPageTransitionEnd` is always...