We want to separate our components into multiple projects and develop them separately. We do NOT want to pull them in as npm dependencies but rather, pull them in like remote "src" files in html. Is this possible?
import MyCustomReactComponent from "http://foobar";