DEV Community

SteerClear90
SteerClear90

Posted on

ReactJS widget on JSP page containing an other React application

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?

Top comments (0)