标签: javascript reactjs ecmascript-6
我们希望将我们的组件分成多个项目并单独开发。我们不希望将它们作为npm依赖项引入,而是将它们拉入远程" src" html中的文件。这可能吗?
import MyCustomReactComponent from "http://foobar";
答案 0 :(得分:2)
您可能需要查看此内容:https://gist.github.com/tonytonyjan/616022dce75f8e6c1603bbeb94ec46a4