I have a project P1 with JSP UI which belongs to other team. My team has some features for which we need to do code changes(only UI part) in the project P1. Means, we have a portion of a page which has our code and from that code we call our backend services. Is there any way to pull out the UI into a separate react app and embed that app into the jsp page. In this way we will be able to make any small changes on our own without seeking other team, as we have a portion on page which we generally work on.