Is there any other way to share react components across projects without using npm, rush and bit

137 Views Asked by At

I want to share react components across different projects. I tried rush but it is not working properly apart from that we can't use npm.

I tried rush.js but it is not working properly and we can't use npm, bit.

1

There are 1 best solutions below

0
On

You can use AWS CodeArtifacts to publish your packages. You can have npm as your upstream registry, so that any package which is not present in codeArtifacts will be resolved from npm registry.