biojs3
biojs3 copied to clipboard
Draft of BioJS 3: Web components
For #4 we should have a `bio-element-vanilla` that doesn't uses Polymer - I will work on this & push updates here ;-)
Custom element to custom element inheritance is what I suppose central to idea of web components and also of importance to biojs. Polymer provided this option in v0.5 but v1.0...
If you haven't done so, please read this excellent article as an intro to the problem of dependency management in web components by @Tjvantoll: http://tjvantoll.com/2014/08/12/the-problem-with-using-html-imports-for-dependency-management/ @Tjvantoll discusses the following options...
I found a bit of time to play with different ways to integrate BioJS I/O parser as web components: https://github.com/greenify/biojs3-parser-test This is not (yet) a nice library that can be...
Feedback from the industry session at the 1st BioJS conference showed that licensing is a key problem for companies. Ideally only a single, very permissive license (like BSD or MIT)...
Angular 1's directives are conceptually similar to Custom Elements, but they are implemented without the Web Components API. There are a couple of small problems with Angular directives - they...
We want decouple to the annotations from the code and developers can use whatever flavour they like. #8 @herkulano > A good example of this is [Definition Files](http://www.typescriptlang.org/Handbook#writing-dts-files) for [TypeScript](http://www.typescriptlang.org/)....
Web components as the base - options as attributes - data - url - etc
- pure html - list of html files in the package.json - the AUTHOR is responsible for minimization => they have to dump the minimized version to github and use...