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?
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?