ChibiBlasphem / reavue

A library that let you use react components in vue and vice-versa
2 stars 1 forks source link

Version with vue 2.7 and vue 3 #16

Open PrettyWood opened 2 years ago

PrettyWood commented 2 years ago

Hello @ChibiBlasphem! Hope you're doing well! :) It would be great to have a version compatible with vue 2.7 and vue 3

ChibiBlasphem commented 2 years ago

Seems fun to make the lib evolve to vue 2.7 for vue 3 support etc. I take a look at it when I have time this week-end or next week.

ChibiBlasphem commented 2 years ago

@PrettyWood vue 2.7 brings a main issue which was not solved on vue 3 (and is not yet resolved). The types for JSX that comes with those versions are clobbering the global namespace making it conflict with React (https://github.com/vuejs/core/issues/1033). I'll wait for this issue to be addressed to consider making a version of reavue compatible with vue 2.7 and/or vue 3.

PrettyWood commented 2 years ago

Thanks @ChibiBlasphem !