There is a JSP page on which we have a react application loading on a div element at present. I want to build an independent widget with React (kind of a chatbot) and add it to the same JSP. However, I do not want the react libraries of the existing app and widget to interfere each other. They might be of using different versions of react as well. Is there any way to embed entire react library and css with the widget bundle?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)