I have a project in plain js using vis js library and I need to migrate it to react. Can I just include my old js file and the vis js library and put the html file in the app.js of react ?
You could give it a try by this way, which shows how to add reactjs to websites. The issue you will face could be spaghetti code and you may have a challenge adding JSX.