Improve package organization #1735
Labels
P3
Nice to have
Status: Duplicate
This issue or pull request already exists
Type: Enhancement
New feature or improvement of an existing feature
Feature Description
It's becoming tricky to organize all dependencies for different React apps in one
package.json
, and also having inter-dependencies between the various packages.Possible solution A: npm workspaces.
Background / explanation: https://github.com/npm/rfcs/blob/latest/accepted/0026-workspaces.md
Note: yarn already supports workspaces, but there's no point in switching to that when npm 7 will include them.
Possible solution B: Lerna
Mostly useful if we intend to manage multiple packages in a monorepo and publish them all on npm. (see #1221 for a PoC)
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance Criteria
QA Instructions
The text was updated successfully, but these errors were encountered: