I am working on a UI editor for building more complex user components. I would like to publish both my own component library and allow them to use their own components from npm. Is there a way for me to dynamically download the different versions of a package from npm at runtime and so that I can dynamically import it into react and use it.
My ideal way to do this would allow me to load old projects, see that they have old dependencies, download them and inject them transparently to my users.
1.4m articles
1.4m replys
5 comments
57.0k users