vuera icon indicating copy to clipboard operation
vuera copied to clipboard

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:

Results 92 vuera issues
Sort by recently updated
recently updated
newest added

Is there any way to maintain the $store Vuex instance property that's provided by Vuex? My app is a Vue application that uses Vuex for state management, but after reaching...

enhancement
help wanted

When i change a variable that i used as a props in my react components, the props is not updated. vue file ``` div.home demo-one.two(@ajout='checkUpd', :message='name') import DemoOne from '@/components/react/DemoOne';...

This might be out of the scope of this project, but it does not seem that this works for Vue components. I would like to do something like this in...

react: 16.9.0; vue: 2.6.10; The error will be reproduced in the following code: ``` import Hello from './hello.vue'; function App() { const [visible, setVisible] = useState(false); return ( { setVisible(!visible);...

``` !!!!!children:react children here can't render ??? import { ReactWrapper } from 'vuera' import myReact from '../myReact.tsx' export default { components:{ myReact } } ```

I've recently tried to use the react beautiful dnd library within a vue app. Unfortunately just by adding the DragDropContext the following error appears. ``` react_devtools_backend.js: Error: Invalid hook call....

Supporting Typescript in Vuera

Each time I try and render a react component inside my vue component, there is an extra div wrapped around my react component. I'm not sure if there is a...

I have a Vue project in which I wanted to pull in a React component written by someone else. I have used Vuera before to do the same thing with...

In the vue project, if my React component has a strong dependency on redux and some middleware, it cannot be split. According to the method in the document, I got...