Quick link or unlink projects with yarn.
$ yarn add easylink -DAdd .linkrc.json file under the root directory of your project.
{
"react": {
"localPath": "path/to/forked/react",
"workspace": [
".", // Current project
"path/to/other/project"
]
},
"other-module": { ... }
}$ ./node_modules/.bin/easylink [--reset]