vike-react icon indicating copy to clipboard operation
vike-react copied to clipboard

🔨 React integration for Vike

Results 20 vike-react issues
Sort by recently updated
recently updated
newest added

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...

enhancement :sparkles:
highest-prio 🔥

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...

enhancement :sparkles:
contribution-welcome :two_hearts:

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:...

enhancement :sparkles:
contribution-welcome :two_hearts:

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...

enhancement :sparkles:

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`.