/vue-react-interop-test

A test showing React and Vue sharing a window object using @vue/reactivity API

Primary LanguageJavaScript

React + Vue 3 Data Sharing

A button in Vue mutating a window object which React renders

This project is an example of rendering a window object in React that's mutated from Vue.

The Vue component lives: here

The React component lives: here