vike-react
vike-react copied to clipboard
🔨 React integration for Vike
I'm using tailwind and my page always blink switching from light theme to dark theme on client render. I would like to add the dark class by default to the...
Second version of useNavigate PR, single file, but imports `vike/abort` and `vike/client/router` both on the client and server
**Defer next page + loading bar** A neat page transition is to preserve the current page and defer showing the next page until it's fully loaded, while showing a loading...
Ideas for `vike-react-telefunc` Right now, to integrate `telefunc` and `@tanstack/react-query`, we need to write some boilerplate for query invalidation: ```ts // fruits.telefunc.ts const db = [ { id: 1, name:...
So that outer layouts that don't depend on data can be rendered before the data finishes loading. Alternatively: let TanStack Query, Telefunc, and GraphQL do the HTML streaming integration. So...
https://github.com/vikejs/vike-react/issues/87
Copy of https://github.com/vikejs/vike-react/pull/57 but re-based on top of `main`.