Can I use React.js components and packages in Vue.js and vice versa?
P粉416996828
P粉416996828 2024-03-27 17:37:41
0
1
476

Let's say I'm working on a new Vue project and I want to use components from the old React project, so copy the component files to my new project and just Just import these components.

I found out that it can be done using Vuera, but I was wondering if it can be done without using Vuera as it is limited to not supporting newer React and Vue versions.

So, is there a way to configure my React and Vue projects?

P粉416996828
P粉416996828

reply all(1)
P粉726133917

You can view this here Vuera Currently does not work with Vue3 But hopefully it will come soon

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template