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

![Screenshot 2024-05-16 at 5 38 58 PM](https://github.com/vikejs/vike-react/assets/8804682/7e45f787-52b9-4636-a647-95a277bc9c04) [vike-bloomify-2.zip](https://github.com/vikejs/vike-react/files/15334897/vike-bloomify-2.zip)

bug :boom:

What do you think about this? Abstracting the creation of the context for the store, is tricky. The current implementation doesn't support multiple stores, but I think it's already useful....

Hi saw the open pull #57 🚀, I'm very interested in something similar for redux. But adding a full abstraction over redux seems a little overkill for my case (...

enhancement :sparkles:
easy-contribution 🌱
contribution-welcome :two_hearts:

```jsx import { useDocument } from 'vike-react' function MyComponent() { const document = useDocument() document.title = 'Awesome Product' document.head.add( ) // ... } ``` It's particularly relevant when the data...

enhancement :sparkles:
highest-prio 🔥

First of all, thank you for this great library! I'm creating this issue to share a hiccup I ran into. I'm using the Mantine-UI library and for the dark mode...

enhancement :sparkles:
highest-prio 🔥

See: - https://github.com/vikejs/vike-solid/pull/74 - https://docs.solidjs.com/solid-start/reference/client/client-only I think we can & should also deprecate the `` wrapper component in favor of a `clientOnly()` function. It's a much nicer DX.

enhancement :sparkles:
easy-contribution 🌱
contribution-welcome :two_hearts:
high-prio 💫

@nitedani Any blockers for doing that? Anything we should polish? We can have another round of design talk if you feel like it. Or maybe, more conservatively, we can publish...

contribution-welcome :two_hearts:
high-prio 💫

I don't think Telefunc's [`getContext()`](https://telefunc.com/getContext) can be used with `vike-react-query`. How can we make it work? This is a blocker for implementing authentication. CC @nitedani

enhancement :sparkles:
contribution-welcome :two_hearts:

React has some [exciting developments in the pipeline](https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024), which will be released in React 19 and are already available in the canary releases. We can already start experimenting with these...

enhancement :sparkles:
contribution-welcome :two_hearts: