You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we (the guys from BioJS) are currently working on a policy to be able to migrate all our components to web components. In fact we are super happy about this step as we finally will be able to provide encapsulated, custom html elements than can be used to visualize biological data in a browser and obviously we plan to use the amazing Polymer library :)
However we have been having a discussion over the last days on the dependency management in Polymer. To put it in a nutshell "html imports" are great, but not ideal as they enforce a relative structure on one's code base and can't handle version conflicts. In fact we have been experimenting with using SystemJS as a module loader.
So we would be super happy if you - as Polymer community - could give us an advice of how you plan to deal with dependencies in the future, so that we don't end up forking Polymer to "Biopolymer" ;-)
Hey there,
we (the guys from BioJS) are currently working on a policy to be able to migrate all our components to web components. In fact we are super happy about this step as we finally will be able to provide encapsulated, custom html elements than can be used to visualize biological data in a browser and obviously we plan to use the amazing Polymer library :)
However we have been having a discussion over the last days on the dependency management in Polymer. To put it in a nutshell "html imports" are great, but not ideal as they enforce a relative structure on one's code base and can't handle version conflicts. In fact we have been experimenting with using SystemJS as a module loader.
So we would be super happy if you - as Polymer community - could give us an advice of how you plan to deal with dependencies in the future, so that we don't end up forking Polymer to "Biopolymer" ;-)
biojs/biojs3#4
Cheers,
Seb
The text was updated successfully, but these errors were encountered: