I have a project in react which is almost completed but I have to include my 2yo. react project which is still working if I open it separately. I tried to add that whole project to my src folder and run it from there but that project is using it’s own redux, router and a lot of other stuff which will take me a years to transfer it. Do you have any advice?
The project should work like this: In project 1, you click for example on a button which should open a component from the project 2 and display it on the page..
/srcfolder but running seperately, right?