-
Notifications
You must be signed in to change notification settings - Fork 1
Version 3
¡Támb! edited this page May 8, 2020
·
2 revisions
We are currently working on v3 of Domponent.
There are going to be several major enhancements to v3.
- We will be adding
Element
attribute binding. (This will be limited but will be incredibly useful... trust us) - We will be adding additional lifecycle methods for rendering
HTML
on the client. The hooks should have access tostate
andprops
. You can then use handlebars, mustache, or something to templateHTML
. This will probably offer support for custom tags<my-component>
and they will be replaced with specified markup. The next step will be wiring up the rest of the component. - Really analyze the code-base for where we can use composition instead of inheritance. This could expose some areas where we can create helper methods to be exported and expand the library
- We are looking into creating a Firefox Extension for debugging.
- We desperately need more examples to expand our reach
We are looking for more contributors