Rom
Rom
Also: ```js // URL current: /products?filter=cars#price // URL next: /products#price navigate('?') ``` ```js // URL current: /products?filter=cars#price // URL next: /products?filter=cars navigate('#') ``` Feel free to ignore my designing thinking,...
I see, I like it. It could be nice to ship it with `vike-react` 🤔 Note that your implementation erases the `hash`, which may or may not be what you...
Related: - https://github.com/vikejs/vike/issues/2253 - https://github.com/vikejs/vike/pull/2240
LGTM (I'm the creator of Vike).
Vike author here, this affects all Vite-based SSR frameworks. Not only Vike but also Remix, etc. Thus RNW cannot be used in all these frameworks.