Render Vue.js components

Code
Framer
Updated: 2018-10-09

HT @CompuIves

Ives: "I render the Vue component inside the React component, then I use the React lifecycle method componentWillReceiveProps to pass on the new props to the Vue component."

Code can be found in Ives' tweet. This library seems useful as well!