Background This is my scenario, I have an React app 1 that already have some template components, and in a new React app, I would like to reuse them. Trial 1 — Referencing App1 from App2 As App1 is outside App2 folder, the way to make App2 able to reference App1 by adding a softlink in App2’s package.json…