akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

complex #147

Open tonyjiafan opened 3 years ago

tonyjiafan commented 3 years ago

In the vue project, if my React component has a strong dependency on redux and some middleware, it cannot be split. According to the method in the document, I got a lot of errors that are basically dependent problems, as well as jsx problems. Is there any other better way to achieve this in this situation?