vext-react

Use react components in the Vue project

Usage no npm install needed!

<script type="module">
  import vextReact from 'https://cdn.skypack.dev/vext-react';
</script>

README

react

Use react components in the Vue project

import VueReact from "vext-react";
Vue.use(VueReact);

import TweenOne from "rc-tween-one";
Vue.useReact("TweenOne", TweenOne);

Reference

https://github.com/alkin/vue-react